This is the user guide for the KML Cruncher. Topics covered are as below:
Overviewthe KML Cruncher is a web service which offers online ESRI polygon ShapeFile to KML file conversion and generalisation. The service is implemented as a Servlet and is hosted online at http://kmlcruncher.spacetimeresearch.com/shp2KML.
back to topThe "Shape File" is the ESRI ShapeFile from which user wants to convert and generalise to KML file. It contains geospatial vector data, and should have the file extension of ".shp".
Use the file upload control to specify a shape file on file system for conversion. e.g. "C:\shapes\sampleShape.shp"
back to topThe "DBF File" is a file with the extension of ".dbf", it always has same name and comes together with the shape file.
Use the file upload control to specify a dbf file on file system for conversion. e.g. "C:\shapes\sampleShape.dbf"
back to topThe "label Field" is a column name in DBF file, it is used as the value of "name" and "description" for "placemark" in generated KML file.
Choose one of the column names in the dbf file to put here. e.g. if "sampleShape.dbf" contains column named "SHAPE_ID", then "SHAPE_ID" should be put in "Label Field". If this value is not supplied or the supplied value does not exist in dbf file, the first column will be used as default.
back to topThe "Tolerance" is used for polygon generalization during the conversion process, a default value of 0.0005 is supplied. The smaller tolerance is, the more detailed polygons in resulted KML file will be.
A float is expected for the value of "Tolerance", e.g. 0.001 or 0.05; if the servlet cannot parse the value as float, system will abort with an exception.
back to topThe KML Cruncher is designed to handle properly when certain error occurs: