blob: 07c408eaff0954f042cd3382e9df0c6929693dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
|