Generates tiles from an OSM API v0.6 compatible database and pushes the tiles to S3.
- psql
- tippecanoe
- node 6 & yarn
Set these in a .env
file
DATABASE_URL=... # e.g. postgres://localhost/openroads
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
S3_BUCKET=... # e.g. openroads-tiler
yarn
yarn start
For deployment a dockerfile is provided.
MIT