[GIS] Navigate two leaflet maps

leaflet

I am looking for an example where there would be multiple map divs containing leaflet maps. When one is panned I want the other one to pan or zoom with it so they are always in sync.

Best Answer

Here's a blog post that shows how to sync two leaflet maps:

Creating a synchronized view of two maps or images with Leaflet

Then, as per a question in the comments, a plugin that shows how to sync more than 2 leaflet maps:

turban/Leaflet.Sync

Related Question