Leaflet is an open-source JavaScript library for mobile-friendly, cross-browser, interactive maps.
Suppose I Draw a polygan using leaflet like in the follow demo: http://leaflet.github.io/Leaflet.draw/ My question …
leaflet polygon point-in-polygonI am trying to build a map application using leaflet.js and I can not figure out how to use …
javascript geocoding leafletIs it possible to get the coordinates of the rectangle on mouseClick, so I have all the corners of the …
javascript leaflet leaflet.drawI want to limit the users max zoom level with inputs (muse scroll etc.) and buttons. In other words, I …
leafletwhen a marker is clicked, I need to execute some code that finds the id corresponding to the marker being …
javascript jquery gis openstreetmap leafletI am in the process of creating a Shiny dashboard application, where the dashboard body is supposed to show some …
r shiny leaflet shinydashboardI'm using LeafletJS to add a map component to my app. Everything is fine and dandy except for the localization …
openstreetmap leafletI want to create a leaflet marker cluster group and I want to add all the markers, and for that …
javascript angular leaflet leaflet.markerclusterI'm making a project for the school and I need to resize the marker icons depending on zoom level in …
javascript mapping leafletThis code is taken from this page: library(leaflet) leaflet(data = quakes[1:20,]) %>% addTiles() %>% addMarkers(~long, ~lat, popup = ~as.…
r leaflet geospatial data-visualization spatial