Skip to content

Javascript converter from geoJSON to ESRI shapefile

Notifications You must be signed in to change notification settings

geolba/GeoShape.JS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoShape.JS

Javascript converter from geoJSON to ESRI shapefile (Miroslav Janata, mirajanata@volny.cz)

Usage

  1. Download the project files

  2. 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> ...

  1. call the GeoShape.transformAndDownload(geoJSON_Object) method and provide your GeoJSON object as a parameter

About

Javascript converter from geoJSON to ESRI shapefile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • HTML 1.1%