check-in bower_components
This commit is contained in:
parent
4cc16bccd0
commit
9e08e74132
101 changed files with 90960 additions and 0 deletions
41
bower_components/leaflet-plugins/README.asciidoc
vendored
Normal file
41
bower_components/leaflet-plugins/README.asciidoc
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Leaflet plugins
|
||||
===============
|
||||
|
||||
== What's it?
|
||||
|
||||
Miscellaneous plugins for Leaflet library 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=...);
|
||||
* Scale - scale ruler which looks like one on paper maps.
|
||||
|
||||
== How to get?
|
||||
|
||||
http://psha.org.ru/cgit/psha/leaflet-plugins.git
|
||||
|
||||
or
|
||||
|
||||
http://github.com/shramov/leaflet-plugins.git
|
||||
|
||||
== Russian docs
|
||||
|
||||
See link:http://psha.org.ru/b/leaflet-plugins.ru.html[russian documentation] for more info.
|
||||
|
||||
////////////////////////////////////
|
||||
vim: sts=4 sw=4 et tw=80 ft=asciidoc
|
||||
////////////////////////////////////
|
||||
Loading…
Add table
Add a link
Reference in a new issue