WebGISService. Geospatial operations running as a service. Based on NodeJS/ExpressJS and TurfJS.
Try the demo: https://web-gis-service.onrender.com
git clone https://github.com/VicentGN/WebGISService.git
- Node v.14
- First steps: go to the cloned project and start up:
cd WebGISService
npm i
- Create an
.env
file in the root folder. Example:
PORT=3000
- Initialize the project:
npm run dev
Next, open a web browser and go to http://localhost:3000/
You will watch the welcome page.
- ExpressJS - Framework NodeJS
- TurfJS - JS library for geospatial analysis
- Render - Cloud application platform
- Vicent García - Web GIS Dev - VicentGN