vue-leaflet / Vue2Leaflet

Vue 2 components for Leaflet maps
https://vue2-leaflet.netlify.app
MIT License
1.96k stars 379 forks source link

feat: add noMoveStart prop to LMap #710

Open Kapcash opened 2 years ago

Kapcash commented 2 years ago

I need to use the 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 this option. I named it noMoveStartOnPanning because I think noMoveStart can be a confusing name (can be understood like "don't even fire the moveStart event which is obviously not the purpose of the prop).