Vue2Leaflet icon indicating copy to clipboard operation
Vue2Leaflet copied to clipboard

Vue 2 components for Leaflet maps

Results 52 Vue2Leaflet issues
Sort by recently updated
recently updated
newest added

### Description Tooltips set with 'permanent' option aren't reactive. In my application, the refresh of my data doesn't update the tooltips when they are set with 'permanent: true'. For example,...

bug
confirmed

Related: https://github.com/vue-leaflet/Vue2Leaflet/issues/446 LTooltip options is not reactive, so I called `unbindTooltip()` and `bindTooltip()` when options are updated. https://user-images.githubusercontent.com/22453562/184093911-3d6282df-c49a-4634-a12f-42964bc70751.mov

When providing an icon without a size within the default slot the `icon` property defaults to `new Icon.Default()` which has an `iconSize` of `[12,12]`. #### Steps to Reproduce ``` Icon...

The latest version does not work with openPopup. For example, the example from the documentation https://vue2-leaflet.netlify.app/components/LFeatureGroup.html#demo does not work on the new project

need more info

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.2. Changelog Sourced from eventsource's changelog. 1.1.2 Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal) 1.1.1 Do not include authorization and cookie headers on...

dependencies

### Description I need to set a different minZoom for mobile devices. "minNativeZoom" is not working with Vue2Leaflet. Any advices? #### Steps to Reproduce Because at zomm level 3 the...

bug
help wanted
confirmed

### Browsers Tested - [x] Chrome - [x] Firefox - [ ] Edge - [ ] Safari 9 - [ ] Safari 8 - [ ] IE 11 ### Versions...

In our application we have a vue-leaflet map where we show groups of circle markers according to the current zoom level. When the number of markers is relatively low, say...

wontfix