davidpiesse / nova-map

Laravel Nova Map Field
114 stars 29 forks source link

Avoid Map Drag #14

Closed Yelles closed 3 years ago

Yelles commented 5 years ago

Hi, Thanks for your work. Is there a way to disable the drag ?

alcis-dev commented 5 years ago

It is a Leaflet thing...

map.dragging.disable();

https://leafletjs.com/reference-1.4.0.html#map-dragging

This would be a custom bit of code to override this.

Yelles commented 5 years ago

It is a Leaflet thing...

map.dragging.disable();

https://leafletjs.com/reference-1.4.0.html#map-dragging

This would be a custom bit of code to override this.

thank you for pointing me that;) It would be great to add support from nova-map