leaflet wont route from current location
my current routing file only route from office location no matter what my location is I would like to update it to route me from current location instead
Smoothen the elevation graph in leaflet
I’m developing this map using Leaflet + leaflet-elevation.js.
Is there a way to draw just on water, not on land tiles?
I’m trying to add some vector layers (polygons and circles) onto a map, but I only want them rendered on top of water tiles. Is this possible?
Grid in the picture from leaflet-simple-map-screenshoter
I use to leaflet-simple-map-screenshoter to take screenshots in a leaflet. I use to the default plugin. Why do I see a grid in the pictures?
leaflet map is divided into several part
i using leaflet into my vue web app, i doesnt have any errors in my console, but the map look strange. here is my code to show map look like
Weird overlap with russian street names
I am not sure why but on my website with leaflet, since yesterday the map is blurry, the tiles border are visible and on some tiles I have this weird overlap with english and russian street names:
Leaflet map with multiple markers – show tooltip on mouse-over only of the last item in marker list
In my leaflet map I have this code that shows many markers.
I want to get the tooltip shown on mouseover but I get the mouse-over only for the last marker in the list. The other one shows only on click.
How do I get a city’s name to display with Flemish instead of English? [closed]
Closed 2 mins ago.
Hi, I integrated a map for a client, and the city of Dunkerque is displayed as Dunkirk in Flemish, which is incorrect
I integrated a map for a client, and the city of Dunkerque is displayed as Dunkirk in Flemish, which is incorrect. Is it possible to restore the correct name Dunkerque? Thanks
styling Esri vector tile in leaflet
Goal: In this link, I found an Esri vector tile (with url “https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer/tile/{z}/{y}/{x}.pbf”), and I want to load it into leaflet as a reference layer.