Skip to main content

All Questions

4 votes
1 answer
3k views

React-Leaflet Map doesn't update

My issue is that react-leaflet <MapContainer> doesn't center on a position that I set dynamically. The basic logic is that I have a form where I enter Street and House Number, then I make call ...
ArmanK's user avatar
  • 155
3 votes
1 answer
4k views

Use a local tile layer with leaflet

I'm creating a project with React and Leaflet. This project will run offline on a computer connected to nothing, so I need to have the tile layer stored on the same computer (no tile server). Since I ...
Oz Heymann's user avatar
3 votes
1 answer
8k views

Custom button on the leaflet map with React-leaflet version3

I'm a new leaflet learner with React typescript. Want to create a custom button on the map. On clicking the button a popup will appear. I saw many example but they are all based on older version and I ...
sandy's user avatar
  • 303
3 votes
0 answers
827 views

Leaflet map not properly displayed in ionic react app [duplicate]

I am working on a mobile application using react with Ionic 3, and I want to add a map in one of the tabs, in the browser version the map looks correctly, but when I put the mobile version or pass it ...
extraertond's user avatar
2 votes
2 answers
749 views

React leaflet map location glitches when not in App.js

I am trying to use a Leaflet map in my React application but I am running into a strange problem. I tell my map to pan to the user's current geolocation (if they have allowed access to their location) ...
Pimv_h's user avatar
  • 420
2 votes
2 answers
1k views

map.getCenter and map.getBounds are not functions inside map.target.on('click') function

I am creating an app that makes use of the leaflet OpenStreetMap API but I am running into a problem. I am trying to get the center coordinates when I click my map, but i am getting the error: '...
yourivdloo's user avatar
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
4 answers
4k views

How can I save a map in PostgreSQL?

I'm currently working on an application for making geologic maps. I'm using Ruby on Rails for my back end, React for my front end, and Postgres for the database. I am using React Leaflet to display ...
toodles's user avatar
  • 113
1 vote
1 answer
511 views

Tiles are rendering very slow using react-leaflet

I am trying to make a simple react app which will check user's location and update in on the screen using brower's GPS. It is working but not every map tiles are being rendered and rendering is also ...
Istiak Hassan Emon's user avatar
1 vote
2 answers
991 views

How to create the multiple leaflet maps on the page in angular

I have created the leaflet open street map given below. .component.ts map = L.map('map').setView([12.876, 80.599], 12); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { ...
Haritha's user avatar
  • 87
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
1 answer
1k views

Trouble figuring out how to use GeometryUtil with React-Leaflet

I'm building an application with JavaScript, React & Leaflet(+React-Leaflet plugin). I want to get coordinates of closest marker to my location, but I'm having trouble figuring out how to use ...
aksoco's user avatar
  • 191
0 votes
1 answer
549 views

Rare effect when toggling BaseLayer in leaflet with react-leaflet

My application shows a map with react-leaflet and uses LayersControl to switch between an OSM TileLayer and HERE TileLayer. The code is as follows: <LayersControl position="topright"> &...
Andrés's user avatar
  • 775
0 votes
1 answer
1k views

Leaflet not scaling correctly to mobile devices

I have a problem with scaling leaflet map to fit mobile devices. I'm building an application using React, Leaflet(+React-Leaflet) & OpenStreetMaps. If I'm placing component like footer or zoom ...
aksoco's user avatar
  • 191

15 30 50 per page