Relative Content

Tag Archive for user-interfaceevent-handlingpy-shinyipyleaflet

Use event handler to update map view in ipyleaflet

Previous project people developed the app on Python shiny. Project partners requested the map does not revert back to its original center and zoom when adding visualization layers, so I was hoping to see if there’s a way in ipyleaflet to use event handlers to track the UI activity and then reflect that information in the map. Any ideas?