Javascript converter from geoJSON to ESRI shapefile (Miroslav Janata, mirajanata@volny.cz)
-
Download the project files
-
Reference the source javascript files in your web page:
... [html] <script src="js/jszip.js"></script> <script src="js/GeoShape.js"></script> ...
Alternatively you can use more browser compatible version running on MSIE as well:
... [html] <script src="js/jszip.js"></script> <script src="js/GeoShape_compat.js"></script> ...
- call the GeoShape.transformAndDownload(geoJSON_Object) method and provide your GeoJSON object as a parameter