/appia-antica-react

ReactJS mapping app, querying data from OSM with overpass-turbo

Primary LanguageJavaScript

Appia Antica React

My first React GIS app, showing all the archaeological sites in the Parco Regionale dell'Appia Antica, south of Rome.

Bootstrapped with Create React App.

specification

done:

  • a front end react app with base map
  • query data for archaeological sites from OSM, rendered as markers & polygon area

to do:

  • popups for polygon area & each marker

technologies used:

how to run:

clone repo, change to appia-antica-react directory and do:

$ npm install
$ npm start

the app page should then come up automatically.