I need to convert a shapefile/ kml to encoded polyline format for a certain project. Does anyone know of a simple conversion tool or code that achieves the same ?
|
feedback
|
|
You'll first want to convert your KML/SHP to a list of lat/long pairs. For KML, you can simply open the KML file in an editor to get the lat/long pairs. For SHP, you can first use Then, use the | ||||
feedback
|
|
Your term shapefile/kml is confusing. If you want to convert from an ESRI shapefile to a kml file, the utility ogr2ogr works like this:
For downloads, ogr2ogr is part of the GDAL distribution: http://www.gdal.org/ | ||||
|
feedback
|