Vue2Leaflet
Vue2Leaflet copied to clipboard
Vue 2 components for Leaflet maps
### Description I use Vue2Leaflet inside of a popup panel with the content scrolling with perfect-scrollbar. On the mobile devices, when I drag the map, the popup content is dragged...
I need to use the [`noMoveStart`](https://leafletjs.com/reference.html#pan-options-nomovestart) option from `leaflet` to avoid triggering `movestart` events when the map auto pans. This PR only adds a new prop to `LMap.vue` to specify...
### Description The CircleMarker layer seems to block the LGeoJson mouse interactivity when `preferCanvas: true`. #### Live Demo I prepared the following code-sandbox reproducing the issue: https://codesandbox.io/s/leaflet-canvas-geojson-click-uy9ez Usage: The left...
Hi! Can't seem to find VideoOverlay and SVGOverlay components, is it possible to access them somehow, and if not - are there any plans on adding them at some point?...
### Description Hello. Google chrome profiler show me **CreateIcon -> SetIcon** every frame. How can i prevent this? #### Live Demo https://jsfiddle.net/0b1p72o3/3/ #### Steps to Reproduce F12 -> Performance ->...
Fix #695. Leaflet may assume the position of the attribution text as static.
This PR adds `LVideoOverlay` component ([link](https://leafletjs.com/reference-1.7.1.html#videooverlay)) Depends on #685
This PR moves`LImageOverlay` `url` prop from mixin to a component so it doesn't end up in the components that inherit its mixin (like `LVideoOverlay` #683 or `LSVGOverlay` #684 ) If...
### Description Changing the LWMSTileLayer `layers` prop does not trigger redraw. #### Live Demo http://jsfiddle.net/q1gfj9n7/4/ #### Steps to Reproduce As per fiddle, any LWMSTileLayer which has a `layers` property which...
This PR adds `LSVGOverlay` component ([link](https://leafletjs.com/reference-1.7.1.html#svgoverlay)) Depends on #685