Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
gassc authored Oct 25, 2018
1 parent 9eb6b75 commit 5caa5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It was first built for ALCOSAN's 2017 Open House, where it was set up as an inte

# Development and Deployment

> **Note**: this application requires access to secured web services containing multi-municipal infrastructure data. We don't yet have a way to offer secured access to those services. If you're interested in the software behind the site you should still be able to get the basic map running following steps below; however, the sewer network won't appear and the downstream network trace will not work.
> **Note**: this application requires access to secured web services containing multi-municipal infrastructure data, not all of which is publicly available. We don't yet have a way to offer secured access to those services to the general public. If you're interested in the software behind the site you should still be able to get the basic map running following steps below; however, the sewer network won't appear and the downstream network trace will not work.
"Flush-It" is a Python-Flask web application with a basic Twitter Bootstrap- and jQuery-supported UI. It utilizes LeafletJS and Esri-Leaflet for web mapping. The base map (not including the sewer data) comes from OpenStreetMap via Mapbox. Mapbox provides geocoding functionality. Some client-side geoprocessing is performed with Mapbox's TurfJS library.

Expand Down Expand Up @@ -84,4 +84,4 @@ The site is currently being deployed to [PythonAnywhere](https://www.pythonanywh

When deploying you'll need to add credentials for the ArcGIS Server services to the `config.py` file (or rewrite that to pull those things from your deployment environment - whatever you like)

In the config file, the `*_CLIENT_TYPE` parameters for ArcGIS Server token generation must be changed from `requestip` to `referrer` in production.
In the config file, the `*_CLIENT_TYPE` parameters for ArcGIS Server token generation must be changed from `requestip` to `referrer` in production.

0 comments on commit 5caa5a0

Please sign in to comment.