- Core
<LmapLite>
react component -
defaultLayers
prop support -
layers
prop support - Simple usage example
- Core
<Lmap>
react component connected to Redux store - Basic actions & action creators
- Redux store works and updating
- Advanced actions & action creators for Redux
- Advanced map state to store (bounds etc)
- zoomAround, etc
- Selector creators
- More examples
- Tests
Docs plan:
- Create a local tiled map storage
- Create gh-pages site stub
- API Overview
- LmapLite component
- Lmap component
- Redux store structure
- Action list
- NSS data
- Leaflet Map API --> react-redux-leaflet API mappings
- Full working LmapLite component with all props to change & events to subscribe to.
- Full working Lmap component with all props & events & action creators.
git clone https://github.com/burmisov/react-redux-leaflet
cd react-redux-leaflet
npm install
npm run example