gee-community/geemap

Add setlocked options to the Map object

ccsuehara opened this issue · 2 comments

Hello! I haven't been able to locate something that does exacly this in geemap, but it'd be the ability to lock parts of the map, other than the specified:
https://developers.google.com/earth-engine/apidocs/map-setlocked

Thanks!

giswqs commented

For ipyleaflet backend:
https://ipyleaflet.readthedocs.io/en/latest/map_and_basemaps/map.html
geemap.Map(dragging=False,scroll_wheel_zoom=False, zoom_ctrl=False)

Folium probably has similar parameters

Thanks so much!