Leaflet EdgeMarker is a Leaflet plugin which allows you to indicate Markers, Circles and CircleMarkers that are outside of the current view by displaying CircleMarkers at the edges of the map.
Check out the demo
- Download the
Leaflet.EdgeMarker.js
- Include the file after you included
leaflet.js
- Initialize the EdgeMarkers with
L.edgeMarker().addTo(map)
after you initialized yourmap
and Markers/Circles/CircleMarkers
Or look at the source of example.html