Skip to main content

All Questions

15 questions with no upvoted or accepted answers
2 votes
0 answers
3k views

Leaflet : Suddenly I'm getting this error message: Failed to load resource: the server responded with a status of 403 ()

Suddenly I'm getting this error message, strange to me since I haven't been touching the map part : Failed to load resource: the server responded with a status of 403 () Searching for a clue I ...
Raphael10's user avatar
  • 2,992
1 vote
0 answers
328 views

How to create city boundaries using bbox data in React Leaflet?

I'm working on a React application that uses Leaflet and react-leaflet to display a map. I want to create boundaries around cities that are marked on the map with a marker. To get the necessary ...
wch's user avatar
  • 300
1 vote
0 answers
528 views

Customize openstreetmap tilelayer render with leaflet

I'm currently struggling with an issue. I'm developing an app with reactJS and I wanted to display a map with a marker that the user could move and so on. Therefore, I used leaflet with the react-...
Eloi's user avatar
  • 108
0 votes
0 answers
28 views

Leaflet Map Tiles Disoriented When Deployed on EC2 Instance

I'm encountering an issue with Leaflet map tiles appearing disoriented when I deploy my application on an EC2 instance. The tiles load correctly when I run the app locally, but once it's deployed to ...
Anandu krishna v v's user avatar
0 votes
0 answers
114 views

Issue using MapContainer from react-leaflet: TypeError: Cannot read properties of null (reading 'useState')

I'm trying to use React Leaflet to add a map from OpenStreetMap on my website. Everything seems to go well syntax wise, however when I try to use I encounter this error: Uncaught TypeError: Cannot ...
yoenuts's user avatar
  • 31
0 votes
0 answers
130 views

Leaflet Map open popup in markercluster from outside with react-leaflet and react-leaflet-markercluster

I encountered an issue with combining two functionalities: placing Markers in a group using the MarkerCluster plugin (https://tomickigrzegorz.github.io/react-leaflet-examples/#/marker-grouping-...
Sebastian Tekieli's user avatar
0 votes
1 answer
467 views

Converting osm maps to mbtiles

I am working on an project which is completely offline (windows), the frontend is in react where i display a base map using react-leaflet library, and i serve the base map through a node backend from ...
Jestin Kuriakose's user avatar
0 votes
0 answers
153 views

Changing the color of a Leaflet map polyline as I navigate from point A to B

I'm working on a project where I'm using Leaflet to create a map. I've defined a path from point A to B, and it's currently colored yellow. However, I want to change the color of the traveled path to ...
Sammith Gowda's user avatar
0 votes
0 answers
132 views

How to use dragging marker in leaflet-geosearch?

I am using react-leaflet and leaflet-geosearch. I want the marker here draggable and print the location when the marker is moved to another place. How to do this? const Search = ({ location,...
MD. MEHEDI IMAM's user avatar
0 votes
1 answer
224 views

Neatly put markers in a row when they have the same exact coordinates

I have a map component that loads data from a geoJSON file and displays each datapoint on an openstreetmap map. The library is use for that is the 'react-leaflet' library. And I also use the 'react-...
atthijs98's user avatar
0 votes
1 answer
454 views

how to find my city location with location search in React Redux with Leaflet with OpenStreetMap

I was assigned by my lecturer to add city search to my application using React(Redux) using Leaflet (OpenStreetMap) can anyone help me to solve this problem? and what are the dependencies needed? Here ...
Ujang Aripin's user avatar
0 votes
0 answers
2k views

Issues with loading and viewing openstreetmap tiles : Failed to load resource: the server responded with a status of 403 () ElectronReactWebpack

As I described in this StackOverflow question : Leaflet : Suddenly I'm getting this error message: Failed to load resource: the server responded with a status of 403 () I'm experiencing issues ...
Raphael10's user avatar
  • 2,992
0 votes
0 answers
1k views

Creating custom layer using React leaflet V3

I want to create a custom helper div layer on the map on a button click or mouse-over over the button. The button is also a custom control button on the map. Here is the example control button My ...
sandy's user avatar
  • 303
0 votes
1 answer
1k views

React-Leaflet / OpenStreetMap: Detect if the marker is inside a circle

I have a marker and several zones (Circle). Now I want to detect if the marker is inside a zone. Any idea how I can do this? data.json { "name": "John Doe", "longitude&...
Berliner95's user avatar
0 votes
0 answers
52 views

What can I create a roadgrid from code, using the OpenStreetMaps.org data?

Currently I am trying to create a Map from the OSM data which is openly available to create road links, using Data that I retrieved from GeoJSON.io The map I got from coordinates at OSM and the Blue ...
malikite's user avatar