Top "Leaflet" questions

Leaflet is an open-source JavaScript library for mobile-friendly, cross-browser, interactive maps.

leaflet layer control events?

All, I want to detect user layer selection in order to synchronize my sidebar with the displayed layers. But I …

leaflet
Leaflet map not displayed properly inside tabbed panel

I'm trying to use Leaflet.js to display a map inside a tabbed panel from Twitter Bootstrap, but is behaving …

javascript css twitter-bootstrap leaflet
Leaflet Popup with additional information from GeoJSON

I want to bind the additional information from geojson to a leaflet marker popup. I looked up a few things …

javascript leaflet geojson
Can I prevent panning Leaflet map out of the world's edge?

Is there a way to limit panning out of the world's edge? On this picture, brown is the world, grey …

javascript maps leaflet
HTML offline map with local tiles via Leaflet

Is there a way to display a map for a given area completely offline using HTML and JavaScript? I am …

html maps leaflet offline tiles
Leaflet:: How to check point lies inside/outside of polygon or rectangle

is there is any algorithm to check marker lies inside or outside of Polygon, Rectangle and circle. I tried to …

javascript maps leaflet
How to secure the JavaScript API Access Token?

There are numerous online resources which provide JavaScript APIs to access their services. To be more clear, I will base …

javascript security leaflet mapbox
geojson circles, supported or not?

When I look up the specs of GeoJson I see that circles are supported: http://geopriv.dreamhosters.com/geojson/geojson-spec.…

maps d3.js leaflet geojson
Layer Ordering in leaflet.js

How can I force a new layer added to the map in Leaflet to be the first over the basemap? …

gis leaflet
How do I get the latlng after the dragend event in leaflet?

I'm trying to update the lat/lng value of a marker after it is moved. The example provided uses a …

event-handling leaflet