Skip to content

Instantly share code, notes, and snippets.

@carolina-vallejo
Created September 24, 2017 12:48
Show Gist options
  • Save carolina-vallejo/81f2bc195421ac05cca4fc7fa1d3051c to your computer and use it in GitHub Desktop.
Save carolina-vallejo/81f2bc195421ac05cca4fc7fa1d3051c to your computer and use it in GitHub Desktop.
disable interaction leaflet
leafletMap.dragging.disable();
leafletMap.touchZoom.disable();
leafletMap.doubleClickZoom.disable();
leafletMap.scrollWheelZoom.disable();
leafletMap.boxZoom.disable();
leafletMap.keyboard.disable();
if (leafletMap.tap) leafletMap.tap.disable();
document.getElementById('mapid').style.cursor = 'default';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment