Top "Leaflet" questions

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

find latitude & longitude of saved marker in leaflet

I have circle marker var myMarker = L.circleMarker(stuSplit, { title: 'unselected' }) .bindLabel("Name: " + students[i][j][0] + " ReachTime: " + students[i][j][2]); …

javascript leaflet markers
How to save Leaflet in R map as png or jpg file?

I'm using Leaflet package to create maps in R. It works perfectly. I can export maps in R with simply …

r leaflet
How to save a completed polygon points leaflet.draw to mysql table

I would like to use leaflet.draw to create outlines of regions. I have managed to get this working ok: …

mysql leaflet mapbox
leaflet.js map is not showing up

I am a newbie to leaflet.js. Can anyone help me with debugging the following code? I am trying to …

maps leaflet dc.leaflet.js
Is Leaflet a good tool for non-map images?

I am writing a web app that involves navigating technical illustrations (pan, zoom, click). I assume that Cloudmade Leaflet a …

javascript leaflet
How to make offline maps(using leaflet OSM) , by caching?

I am trying to make offline maps through caching (IndexedDB) in browser. I understand the concept is that I download …

offline indexeddb leaflet offline-caching
Leaflet Awesome-Markers (Adding Numbers)

I am using the Leaflet.Awesome-Markers plugin with LeafletJS. I have implemented it correctly, however now I'd like to be …

javascript dictionary leaflet font-awesome markers
Saving leaflet output as html

I am using RStudio to create some some leaflet images. I would like to be able to save the output …

html r leaflet
How to use Google Maps API in leaflet-cloudmade

Is there any way to integrate Google Maps with leaflet-cloudmade? I mean, I don't want to use the original cloudmade …

google-maps gis leaflet
Leaflet.draw mapping: How to initiate the draw function without toolbar?

For anyone experienced with leaflet or leaflet.draw plugin: I want to initiate drawing a polygon without using the toolbar …

javascript leaflet gis leaflet.draw