Vue2Leaflet
Vue2Leaflet copied to clipboard
Vue 2 components for Leaflet maps
As per title, by following the guidelines of the rest of the test we need to add unit tests for `LFeatureGroup`
As per title, by following the guidelines of the rest of the test we need to add unit tests for `LTooltip`
As per title, by following the guidelines of the rest of the test we need to add unit tests for `LPopup`
Hi! This is more an idea. I use the map in multiple place in my application, and I have to setup the basic stuff over and over. Fortunately, the LTileLayer...
My application uses a web socket to update markers and show transport . When I open devtool, I see a huge amount of events [ready $emit by LGeoJson] Chrome uses...
### Description #### Steps to Reproduce ``` ``` Then try to draw into this.$refs['mark-canvas']. #### Expected Results The marker/icon/canvas matches what is drawn to the canvas. #### Actual Results Nothing...
You should import also glyth to make it consistent by: import { glyth } from "leaflet.icon.glyph";
We need to document in the docs this quirk: #309
### Description I'm making a map with a line that changes after click. All works fine in Chrome, Safari, Firefox and Edge, but not in IE11. The LGeoJson is stored...