diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-27 23:35:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-27 23:35:11 +0200 |
commit | 1469e4552b0f9b789c46b3ce027d4acb9f906dbd (patch) | |
tree | 42363492b9157f396139511acb73a1ed73fe53a7 /chimere/static/leaflet-plugins/README.md | |
parent | c6f7e24e373142e8618f4b6ed60df04bc0872354 (diff) | |
download | Chimère-1469e4552b0f9b789c46b3ce027d4acb9f906dbd.tar.bz2 Chimère-1469e4552b0f9b789c46b3ce027d4acb9f906dbd.zip |
Add leaflet-pluginsleaflet-permalink
Diffstat (limited to 'chimere/static/leaflet-plugins/README.md')
-rw-r--r-- | chimere/static/leaflet-plugins/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/chimere/static/leaflet-plugins/README.md b/chimere/static/leaflet-plugins/README.md new file mode 100644 index 0000000..07c408e --- /dev/null +++ b/chimere/static/leaflet-plugins/README.md @@ -0,0 +1,35 @@ +Leaflet plugins +============ + +What ? +------ + +Miscellaneous Leaflet plugins for services that need to display +route information and need satellite imagery from different providers. +Currently it consists of: + + - Vector layers (`layer/vector/`): + * GPX + * KML + + - Providers (`layer/tile`): + * Google - using Google Maps API v3; + * Yandex - using Yandex Maps API v2; + * Bing - with proper attribution. + +All these providers are implemented with respect to terms of use. + +Also there are some useful control plugins (`control/`): + + * Permalink - OpenLayers compatible permanent link with support for storing + location data in hash part (#lat=...); + * Distance - simple tool to measure distances on maps + +Where ? +------ + +Homepage : https://github.com/shramov/leaflet-plugins + +Downloads : https://github.com/shramov/leaflet-plugins/releases + +npm : https://www.npmjs.org/package/leaflet-plugins |