https://github.com/stamen/heroku-tilefarm
Tilefarm components that can run on Heroku
https://github.com/stamen/heroku-tilefarm
Last synced: about 2 months ago
JSON representation
Tilefarm components that can run on Heroku
- Host: GitHub
- URL: https://github.com/stamen/heroku-tilefarm
- Owner: stamen
- Created: 2015-09-19T01:40:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T01:43:07.000Z (over 9 years ago)
- Last Synced: 2025-01-18T17:58:31.739Z (3 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heroku-tilefarm
These are components from tilefarm that are suitable for running on Heroku.
Specifically, UTM grids (primarily used by Field Papers) and "boner" (lightened
Bing Imagery + Toner Labels, also primarily used by Field Papers).## Deployment
```bash
heroku apps:create
heroku config:set SENSIBLE_DEFAULTS=enabled
git push heroku master
```