A simple and lightweight framework for creating beautiful, interactive vector maps. This one’s really wicked: convert an ESRI shapefile to SVG and let it render via Kartograph. Supports several projections and visualizations Kartograph →
Tag Archives: esri
Convert ESRI Shapefile (.shp) to geoJSON (.json)
Conversion result implemented in Google Maps, using data of my hometown Deinze, Belgium To convert ESRI shapefiles to geoJSON (which you can perfectly use JavaScript and thus pass on to Google Maps, see screenshot above) you will need GDAL (Geospatial Data Abstraction Library) — Mac Users: download here. I have installed GDAL 1.9 Complete but …
Continue reading “Convert ESRI Shapefile (.shp) to geoJSON (.json)”