Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 493 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 493 Bytes

openroads-tiler

Generates tiles from an OSM API v0.6 compatible database and pushes the tiles to S3.

Running locally

requirements

  • psql
  • tippecanoe
  • node 6 & yarn

environment variables

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

install & run

yarn
yarn start

docker

For deployment a dockerfile is provided.

license

MIT