Leaflet-history

Plugin to LeafletJS that allows user to navigate back through previous extents

Download .zip Download .tar.gz View on GitHub

Basic Setup

Adjust the map (zoom or pan), then use the controls in the top right to navigate through history.

new L.HistoryControl().addTo(map);
		

Other Samples