Skip to content

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
33 lines (24 loc) · 1.05 KB

This project was created with Create React App.

DISCLAIMER

This project was made focusing in Google Chrome. Some features may no work in other browsers.

Available Scripts

In the project directory, you can run:

npm start / yarn start

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.

Roadmap

  • 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...