Skip to content

hfc971/leaflet.filegdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaflet.FileGDB

requires filegdb.js plus if you want it to be done in a worker, you'll need catiline (in a worker filegdb needs to be accessible by the path fgdb.js relative to the document).

usage:

new L.FileGDB(url[,options]);

L.fileGDB(url[,options]);

Options are passed to L.Geojson as is. First argument is the url of a zipped file GeoDatabase.

All feature classes in the geodatabase are added to the same layer, if you need more fine grained control you should probably use filegdb.js directly.

The loading events work with leaflet.spin

If you don't know what a File GeoDatabase is count yourself lucky and move along.

About

use an ESRI file geodatabase in leaflet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • CSS 2.9%
  • HTML 0.5%