🌳 See it live! open-austin.github.io/austingreenmap/ 🌳
🍏 Now on the App Store https://itunes.apple.com/us/app/green-map-interactive-map/id1022734155?mt=8 🍏
An easy to browse gallery of the parks in Austin. Started at ATX Hack For Change 2015. Inspired by https://github.com/codeforboston/bostongreenmap.
Development in progress.
git clone git@github.com:open-austin/austingreenmap.git
npm install -g gulp
npm install
gulp clean && gulp
To deploy the webapp:
gulp clean
gulp build
gulp deploy-gh-pages
To run as a native iOS/Android app through Cordova see github.com/open-austin/austingreenmap-cordova.
To build the app for Cordova:
gulp clean
gulp build
gulp inject-cordova
We use PostGIS to transform the GeoJSON files, even though we should not. One day we'll fix this. To setup your PostGIS database follow the instructions at https://github.com/codeforboston/bostongreenmap.
pip install -r requirements.txt
brew install jq
npm install -g topojson
./download.sh
Released to the public domain under the Unlicense by Open Austin, 2015.
Please see CONTRIBUTING.md.