This project was created with Create React App.
This project was made focusing in Google Chrome. Some features may no work in other browsers.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Create a Leaflet map
- Draw and edit polygons
- Save & Load
- Load data from GeoJSON file and draw on the map
- Load data from localStorage file and draw on the map
- Load data from selected GeoJSON file
- Save edited data to localStorage
- Save edited data to GeoJSON file
- Layers
- Add layers to the map (like floors in a building)
- Remove layers to the map
- Select a layer as 'active' and highlight the objects of this layer
- Next step...