- 08-21-2020: Baseline Version v0.1
This project focuses on the asset map item for the CFA NDoCH event; it consists of a web application to visualize various assets within the Sacramento area. The data is sourced from various open data portals.
Software used for this project are as follows:
Clone Github repository, then run locally as follows:
- GIS Data Layers - Open Shapefiles with QGIS (open-source)
- Google Earth and KML Data Layers - Open with Google Earth Desktop
- Node.js Web Application - Install dependences and run on local server
- Node.js Deployment - Heroku instructions listed below for reference
Node.js web app using the ESRI JS API and as listed below; it visualizes various GIS layers for additional analysis.
- Visit Web Application
- Shows ESRI AGOL major US cities and freeway layers
- Developed using Node.js and Express web frameworks
- ESRI and Heroku templates used as referenced below
Web app was developed using these templates/tutorials:
- ESRI/JS API: 2D Map Template
- ESRI JS API: Layer Template
- ESRI AGOL: US Major Cities Layer
- Heroku Node.js Tutorial
A barebones Node.js app using Express.js.
This application supports the Getting Started with Node on Heroku article - check it out.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone [email protected]:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: