|
1 | 1 | # Plugins
|
2 | 2 |
|
3 |
| -> Leaflet plugins can easily work with Vue2Leaflet, if you want to use one I would recommend to look at the awesome work made by the community in the list below. |
| 3 | +Leaflet plugins can easily work with Vue2Leaflet, if you want to use one I would recommend to look at the awesome work made by the community in the list below. |
4 | 4 |
|
5 | 5 |
|
6 |
| -## [vue2-leaflet-markercluster](https://github.com/jperelli/vue2-leaflet-markercluster) |
| 6 | +## [vue-choropleth](https://github.com/voluntadpear/vue-choropleth) |
7 | 7 |
|
8 |
| -wrapper for [MarkerCluster](https://github.com/Leaflet/Leaflet.markercluster) |
| 8 | +Native Vue2Leaflet plugin for creating choropleth maps. |
9 | 9 |
|
10 |
| -## [vue2-leaflet-polylinedecorator](https://github.com/jperelli/vue2-leaflet-polylinedecorator) |
| 10 | +> Vue components to display a choropleth map given a certain GeoJSON and another datasource to show information from. |
11 | 11 |
|
12 |
| -wrapper for [PolylineDecorator](https://github.com/bbecquet/Leaflet.PolylineDecorator) |
13 | 12 |
|
14 |
| -## [vue2-leaflet-googlemutant](https://github.com/jperelli/vue2-leaflet-googlemutant) |
| 13 | +## [vue2-leaflet-axesgrid](https://github.com/mudin/vue2-leaflet-axesgrid) |
15 | 14 |
|
16 |
| -wrapper for [GoogleMutant](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant) |
| 15 | +Wrapper for [AxesGrid](https://github.com/mudin/Leaflet.AxesGrid). |
17 | 16 |
|
18 |
| -## [vue2-leaflet-tracksymbol](https://github.com/ais-one/vue2-leaflet-tracksymbol) |
| 17 | +> Add axis lines and grids for grid layers and tiles based on point coordinates. |
19 | 18 |
|
20 |
| -wrapper for [TrackSymbol](https://github.com/lethexa/leaflet-tracksymbol) |
21 | 19 |
|
22 |
| -## [vue-choropleth](https://github.com/voluntadpear/vue-choropleth) |
| 20 | +## [vue2-leaflet-editablecirclemarker](https://github.com/cualbondi/vue2-leaflet-editablecirclemarker) |
| 21 | + |
| 22 | +Wrapper for [leaflet-editablecirclemarker](https://github.com/cualbondi/leaflet-editablecirclemarker). |
| 23 | + |
| 24 | +> Leaflet layer that contains a marker and a circle together. |
23 | 25 |
|
24 |
| -to display a choropleth map given a certain GeoJSON |
25 | 26 |
|
26 | 27 | ## [vue2-leaflet-geosearch](https://github.com/fega/vue2-leaflet-geosearch)
|
27 | 28 |
|
28 |
| -wrapper for [GeoSearch](https://github.com/smeijer/leaflet-geosearch) |
| 29 | +Wrapper for [GeoSearch](https://github.com/smeijer/leaflet-geosearch). |
29 | 30 |
|
30 |
| -## [vue2-leaflet-vectorgrid](https://github.com/tesselo/vue2-leaflet-vectorgrid) |
| 31 | +> Add support for geocoding (address lookup, a.k.a. geoseaching). Comes with support for Bing, ESRI, Google, OpenStreetMap, LocationIQ, and OpenCage out of the box. |
31 | 32 |
|
32 |
| -wrapper for [VectorGrid](https://github.com/Leaflet/Leaflet.VectorGrid) to display gridded vector data |
33 | 33 |
|
34 |
| -## [vue2-leaflet-rotatedmarker](https://github.com/imudin/vue2-leaflet-rotatedmarker) |
| 34 | +## [vue2-leaflet-googlemutant](https://github.com/jperelli/vue2-leaflet-googlemutant) |
35 | 35 |
|
36 |
| -wrapper for [RotatedMarker](https://github.com/bbecquet/Leaflet.RotatedMarker) |
| 36 | +Wrapper for [GoogleMutant](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant). |
| 37 | + |
| 38 | +> Use Google Maps as base layers. |
37 | 39 |
|
38 |
| -## [vue2-leaflet-editablecirclemarker](https://github.com/cualbondi/vue2-leaflet-editablecirclemarker) |
39 | 40 |
|
40 |
| -wrapper for [leaflet-editablecirclemarker](https://github.com/cualbondi/leaflet-editablecirclemarker) |
| 41 | +## [vue2-leaflet-gpx](https://github.com/tdcook/vue2-leaflet-gpx) |
| 42 | + |
| 43 | +Wrapper for [leaflet-gpx](https://github.com/mpetazzoni/leaflet-gpx). |
| 44 | + |
| 45 | +> Allow for the analysis and parsing of a GPX track in order to display it as a map layer. |
| 46 | +
|
41 | 47 |
|
42 | 48 | ## [vue2-leaflet-hotline](https://github.com/ikmolbo/vue2-leaflet-hotline)
|
43 | 49 |
|
44 |
| -wrapper for [hotline](https://github.com/iosphere/Leaflet.hotline) |
| 50 | +Wrapper for [hotline](https://github.com/iosphere/Leaflet.hotline). |
| 51 | + |
| 52 | +> Draw coloured lines gradients along polylines. This is useful for visualising values along a course, for example: elevation, velocity, or heart rate. |
| 53 | +
|
| 54 | + |
| 55 | +## [vue2-leaflet-locatecontrol](https://github.com/vUdav/vue2-leaflet-locatecontrol) |
| 56 | + |
| 57 | +Wrapper for [Leaflet.Locate](https://github.com/domoritz/leaflet-locatecontrol). |
| 58 | + |
| 59 | +> Get the geolocation of the user. |
| 60 | +
|
| 61 | + |
| 62 | +## [vue2-leaflet-markercluster](https://github.com/jperelli/vue2-leaflet-markercluster) |
| 63 | + |
| 64 | +Wrapper for [MarkerCluster](https://github.com/Leaflet/Leaflet.markercluster). |
| 65 | + |
| 66 | +> Animated marker clustering functionality. |
| 67 | +
|
45 | 68 |
|
46 | 69 | ## [vue2-leaflet-movingmarker](https://github.com/LouisMazel/vue2-leaflet-movingmarker)
|
47 | 70 |
|
48 |
| -wrapper for [Leaflet.Marker.SlideTo](https://gitlab.com/IvanSanchez/Leaflet.Marker.SlideTo) |
| 71 | +Wrapper for [Leaflet.Marker.SlideTo](https://gitlab.com/IvanSanchez/Leaflet.Marker.SlideTo). |
49 | 72 |
|
50 |
| -## [vue2-leaflet-path-transform](https://github.com/imudin/vue2-leaflet-path-transform) |
| 73 | +> Smoothly move (slide) markers to new locations. |
51 | 74 |
|
52 |
| -wrapper for [Leaflet.Path.Transform](https://github.com/w8r/Leaflet.Path.Transform) |
53 | 75 |
|
54 |
| -## [vue2-leaflet-gpx](https://github.com/tdcook/vue2-leaflet-gpx) |
| 76 | +## [vue2-leaflet-path-transform](https://github.com/imudin/vue2-leaflet-path-transform) |
55 | 77 |
|
56 |
| -wrapper for [leaflet-gpx](https://github.com/mpetazzoni/leaflet-gpx) |
| 78 | +Wrapper for [Leaflet.Path.Transform](https://github.com/w8r/Leaflet.Path.Transform). |
57 | 79 |
|
58 |
| -## [vue2-leaflet-locatecontrol](https://github.com/vUdav/vue2-leaflet-locatecontrol) |
| 80 | +> Drag/rotate/resize handler for vector features. |
59 | 81 |
|
60 |
| -wrapper for [Leaflet.Locate](https://github.com/domoritz/leaflet-locatecontrol) |
61 | 82 |
|
62 | 83 | ## [vue2-leaflet-polygonfillpattern](https://github.com/guillaumejounel/vue2-leaflet-polygonfillpattern)
|
63 | 84 |
|
64 |
| -wrapper for [leaflet-polygon-fillPattern](https://github.com/lwsu/leaflet-polygon-fillPattern) |
| 85 | +Wrapper for [leaflet-polygon-fillPattern](https://github.com/lwsu/leaflet-polygon-fillPattern). |
65 | 86 |
|
66 |
| -## [vue2-leaflet-axesgrid](https://github.com/mudin/vue2-leaflet-axesgrid) |
| 87 | +> Fill polygon SVG path elements with image patterns. |
| 88 | +
|
| 89 | + |
| 90 | +## [vue2-leaflet-polyline-measure](https://github.com/mikeu/vue2-leaflet-polyline-measure) |
| 91 | + |
| 92 | +Wrapper for [Leaflet.PolylineMeasure](https://github.com/ppete2/Leaflet.PolylineMeasure). |
| 93 | + |
| 94 | +> Allow the user to interactively measure distances on the map. |
| 95 | +
|
| 96 | + |
| 97 | +## [vue2-leaflet-polylinedecorator](https://github.com/jperelli/vue2-leaflet-polylinedecorator) |
| 98 | + |
| 99 | +Wrapper for [PolylineDecorator](https://github.com/bbecquet/Leaflet.PolylineDecorator). |
| 100 | + |
| 101 | +> Define patterns such as dashes, arrows, icons, etc. on polylines. |
| 102 | +
|
| 103 | + |
| 104 | +## [vue2-leaflet-rotatedmarker](https://github.com/imudin/vue2-leaflet-rotatedmarker) |
| 105 | + |
| 106 | +Wrapper for [RotatedMarker](https://github.com/bbecquet/Leaflet.RotatedMarker). |
| 107 | + |
| 108 | +> Enable rotation of marker icons. |
| 109 | +
|
| 110 | + |
| 111 | +## [vue2-leaflet-tracksymbol](https://github.com/ais-one/vue2-leaflet-tracksymbol) |
| 112 | + |
| 113 | +Wrapper for [TrackSymbol](https://github.com/lethexa/leaflet-tracksymbol). |
| 114 | + |
| 115 | +> A rotatable symbol showing tracks with speed, course and heading. |
| 116 | +
|
| 117 | + |
| 118 | +## [vue2-leaflet-vectorgrid](https://github.com/tesselo/vue2-leaflet-vectorgrid) |
| 119 | + |
| 120 | +Wrapper for [VectorGrid](https://github.com/Leaflet/Leaflet.VectorGrid. |
67 | 121 |
|
68 |
| -wrapper for [AxesGrid](https://github.com/mudin/Leaflet.AxesGrid) |
| 122 | +> Display gridded vector data (sliced GeoJSON or protobuf vector tiles). |
0 commit comments