An open API service indexing awesome lists of open source software.

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

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
```