Add building layer

This commit is contained in:
lukasmartinelli
2016-10-06 08:36:00 +02:00
parent 4ec7016608
commit 217d5015c2
4 changed files with 47 additions and 1 deletions

View File

@@ -78,9 +78,10 @@ docker-compose run import-osm
### Work on Vector Tile Schema
Run the `db-schema` container each time you modify SQL code inside `./schema`.
Build and run the `db-schema` container each time you modify SQL code inside `./schema`.
```bash
docker-compose build db-schema
docker-compose run db-schema
```