Most voted "leaflet" questions
Leaflet is an open source Javascript library for mobile-compatible interactive maps.
Learn more…7 questions
Sort by count of
-
3
votes0
answers169
viewsHow to change the title, caption, filter and export the Map in pdf using leaflet in R?
I created a map of MG to identify the Qtde of consultations by mining municipality. I got the code below on the internet and it worked. But I would like to add some more information, but I’m not…
-
1
votes0
answers36
viewsExchange map results using leaflet and state_popup
I have a database of medical appointments by city. I use the leaflet and state_popup function to display the results on a map, as described below: pal <- colorBin("Blues",domain =…
-
1
votes0
answers69
viewsProperty 'utm' does not exist on type 'typeof
Greetings, I am beginner in both Angular and Typescript I come from java. I’m doing the front-end of a project using Angular 10, in it use leaflet to display maps but a need to install dependency…
-
0
votes1
answer336
viewsHow to resolve Marker error using Leaflet + React-leaflet?
Following the guidelines of Leaflet’s documentation: https://leafletjs.com/examples/quick-start/ Similarly, following the React-leaflet guidelines for installation:…
-
0
votes0
answers33
viewsMap rendering problem using Leaflet and Flexdashboard packages
Expensive, I’m not able to render a small map in a Dashboard I’m building using Flexdashboard. I am receiving the following message: Error: Method not applicable for 'Maxtar' applied to a class…
-
0
votes0
answers39
viewsLeaflet map with Tilelayer not showing
I’m learning to create maps by Leaflet and wanted to add a style Tilelayer, the problem is that it starts loading right at the beginning of loading and then returns to the default style of map, my…
-
-1
votes1
answer44
viewsMap markers multiplying when use setInterval
I would like to understand why my map markings are multiplying when I use setInterval to update geolocation. <!DOCTYPE html> <!DOCTYPE html> <html lang="pt-BR"> <head>…