Skip to main content

All Questions

Tagged with
4 questions with no upvoted or accepted answers
2 votes
0 answers
1k views

OpenLayers (or other mapping APIs) + React/Redux: how to keep map object in the store?

I'm trying to figure out how to work with mapping APIs like openlayers, leaflet, mapbox, google maps, etc. and React + Redux. My goal is to make the map object available to all other components of ...
bramb84's user avatar
  • 375
1 vote
0 answers
453 views

React Redux how to load map markers while panning without rerendering everything?

I am using react + redux and react-leaflet v3 + an API to load markers to pin on a map dynamically based on panning behavior. I have it so that "dragend" event is triggered and the map ...
somethingstrang's user avatar
1 vote
0 answers
76 views

Subscribing to a specific part of the store without react-redux

I'm trying to connect a leaflet.js marker popup content to a redux store inside a react component - I want the marker to update directly from the store every time it's data changes. Each marker ...
Avivbuen's user avatar
  • 128
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