Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 631 Bytes

Leaflet EdgeMarker

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.

Demo

Check out the demo

Usage

  • Download the Leaflet.EdgeMarker.js
  • Include the file after you included leaflet.js
  • Initialize the EdgeMarkers with L.edgeMarker().addTo(map) after you initialized your map and Markers/Circles/CircleMarkers

Or look at the source of example.html