jieter / Leaflet.Sync

Synchronized view of two maps.
http://jieter.github.io/Leaflet.Sync/examples/dual.html
BSD 3-Clause "New" or "Revised" License
235 stars 53 forks source link

zoom level offset #59

Open drElektron opened 3 years ago

drElektron commented 3 years ago

From my limited view it does not seem possible to have an offset to the zoom level of a synced map. e.g MapA is at zoom level 13, while MapB is at zoom level 10. Usage case example is when a user wants to create a map with a secondary "overview" map, or when a user wants to create a map with a window to show an expanded detail view.

If this is already possible then I apologise for raising the issue as a feature request - from my playing it seems the default behaviour is to sync the map zoom level between maps.