Skip to content

cuulee/Leaflet.GeoJSON.Encoded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet.GeoJSON.Encoded

This Leaflet plugin extends the L.GeoJSON layer using Google polyline encoding algorithm, allowing an optimized data transfer. The algorithm is documented in Google Maps API Docs.

##Demo

#Encoder (server)

Requirements

Setup

To install pip package

$ cd encoder
$ sudo pip install -r requirements.txt
$ python ./encoder/geojson_encoder_rest.py

To encode a GeoJSON (contained in geojson_files)

http://localhost:8000/encode/italy_simplify.json

The service returns an encoded GeoJSON

About

Leaflet GeoJSON Encoded

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.2%
  • Python 24.8%
  • HTML 23.0%