Skip to main content
0 votes
0 answers
29 views

I've been building a react component which uses Leaflet.js. I have a custom map image which ive put in as an ImageOverlay. I'm capturing map points from a different system and calibrating the ...
brrradley's user avatar
0 votes
0 answers
21 views

I am using leaflet.js to create a map and add a select box to the map. That works, but the change event, which used to work, does not work anymore. I start by creating the two objects that I need, the ...
Jim's user avatar
  • 133
Advice
0 votes
0 replies
55 views

I have followed the instructions for installing Mapnik, PostgreSQL, OSM2pgsql, etc as detailed here: https://switch2osm.org/serving-tiles/manually-building-a-tile-server-ubuntu-24-04-lts/ However, the ...
Dave Coventry's user avatar
2 votes
1 answer
84 views

I'm working on an interactive mapping tool using shiny and leaflet which will allow users to navigate through various filters, basemaps, shapefiles, and point data. The problem I am running in to ...
Morrigan's user avatar
0 votes
0 answers
39 views

I created some pmtiles files. I used tippecanoe and ogr2ogr, with various settings. My goal is: show the files with protomaps-leaflet.js. I already have some leaflet projects with basemaps, geojson ...
iranon's user avatar
  • 1
3 votes
1 answer
116 views

Working on a leaflet map with a large number of groups that creates a bulky legend. To trim down the legend, I'd like to hide it away in the Layers Control with customizeLayersControl from the leafem ...
Molly Westbrook's user avatar
1 vote
1 answer
120 views

Context I’m embedding a Leaflet map inside an iOS app using WKWebView (BeeWare/Toga, but this seems WebView-level rather than framework-specific). Problem Leaflet’s default marker icon and shadow ...
rjen's user avatar
  • 2,016
2 votes
0 answers
48 views

I have this map: <l-map ref="mapRef" :use-global-leaflet="false" > and wanted to fit the map based on bounds which calculated in this way: bounds.extend([lat, lng]); ...
Navid's user avatar
  • 943
0 votes
1 answer
104 views

I’m using Vue-Leaflet + Leaflet to display dynamic CircleMarkers whose styling depends on reactive Vue state. When a marker enters the list, it should fade in via CSS. When it leaves the list, it ...
Arne Witteler's user avatar
1 vote
1 answer
87 views

I have a React application that uses React leaflet to render a map and I can draw a polygon on the map using a function I've written. I want to submit the polygon that's drawn to an SQL database and I ...
Adimirio's user avatar
0 votes
0 answers
69 views

I build layers based on L.vectorGrid.protobuf(). Each layer has interactive: true. Each works perfectly for click, mouseover and mouseout, but only in isolation. When I have multiple layers only the ...
perplexed's user avatar
1 vote
0 answers
128 views

This part of code should rule popups behaviour if (isMobile) { map.on('popupopen', function (e) { const popup = e.popup; const el = popup.getElement(); if (!el) { // Se l'...
Andrea Sacconi's user avatar
1 vote
0 answers
27 views

I am integrating the leaflet-side-by-side plugin into a large existing Leaflet WebGIS application (InMap) that uses Bootstrap/jQuery and has complex layer management (L.control.autolayers). Despite ...
Nicholas Gerade's user avatar
Advice
0 votes
0 replies
73 views

I used to have a wiki on Fandom but the service doesn’t like it if you have a private wiki, so I asked the WikiTeam on GitHub, who are not affiliated with Fandom, to export dump my entire wiki on ...
warrenwoodhouse's user avatar
2 votes
1 answer
130 views

I have a React application that lets a user draw a polygon using the following code: function handleClickToggleDrawing(): void { map.pm.enableDraw('Polygon', { snappable: true, ...
Adimirio's user avatar

15 30 50 per page
1
2 3 4 5
851