Top "React-leaflet" questions

React components for Leaflet maps.

Leaflet: Map container not found

I have the below react class which fetches the geolocation through the browser. I am mapping a leaflet map. I …

javascript reactjs leaflet react-leaflet
custom marker icon with react-leaflet

I tried everything I found on the web, Stackoverflow and Github, and I still can't make it. I want to …

icons maps leaflet marker react-leaflet
react-leaflet map not correctly displayed

I'm trying to use react-leaflet to display a map. I use the code from this fiddle which is working, but …

javascript css reactjs leaflet react-leaflet
React Leaflet: Add markers dynamically

How to add markers dynamically to React-Leaflet maps? I want to add new markers when user clicks on map. And …

reactjs leaflet react-leaflet
Rendering GeoJSON with react-leaflet

I've got simple component to pick point on map and then display some GeoJSON data related to this point: import …

reactjs redux react-redux react-leaflet
React-leaflet bounds

Right now I am setting the bounds of my react leaflet map by passing a bounds parameter as shown below: &…

javascript dictionary reactjs leaflet react-leaflet
Popup always open in the marker

is there any way popup always stay open ? Not having the need to click on it to open. Expected behavior …

react-leaflet
React-Leaflet marker files not found

I've got very simple code to display a map using react-leaflet and place a marker on it. However, i get …

javascript leaflet react-leaflet
react-leaflet get current latlng onClick

I would be realy happy if some one could help me... I've installed react-leaflet on my react project and the …

reactjs leaflet react-leaflet
How to get bounds with react-leaflet

I want to get bounds of the current map so that I can search those bounds with the Overpass API. …

reactjs leaflet react-leaflet