Development preview: http://earthwatchers.azurewebsites.net/
Permalink, for example to project 'Borneo', hexagon PO2662:
http://earthwatchers.azurewebsites.net/#/Borneo/PO2662
Issues: https://huboard.com/Geodan/Earthwatchers/
Server side: Node.js with Express, Dotenv, Turf, NoSql
Client side: Leaflet, Turf, Bootstrap
Data: GeoJSON files
To get Earthwatchers running on your machine, install Node.js (http://nodejs.org/)
git clone https://github.com/Geodan/Earthwatchers.git
cd earthwatchers\src
npm install
node server.js
http://localhost:3000
docker pull bertt/earthwatchers
docker run -p 3000:3000 bertt/earthwatchers
http://localhost:3000
The hexagons can have the following status:
. clear: User has seen the hexagon and made no observations and pressed clear button. Color green.
. hasObservations: User has put observations on the hexagon. Color red.
. initial: User has not inspected the hexagon (yet). Color black.
HTTP GET http://earthwatchers.azurewebsites.net/api/observations/:project
returns all observations for given project in GeoJSON format
Slack room: https://earthwatchers.slack.com
Content type
Image
Digest
sha256:7c9d871ef…
Size
179.1 MB
Last updated
over 10 years ago
docker pull bertt/earthwatchers_dev