Add requires.tables to <layer>.yaml (#1236)

**NOTE** this can only be merged after the next tools version is released.

Added required Postgres tables to the `<layer>.yaml` definition.
Close: #1220

PR of tools: https://github.com/openmaptiles/openmaptiles-tools/pull/370
This commit is contained in:
Falke Design
2021-11-05 10:04:54 +01:00
committed by GitHub
parent 5b2e43497e
commit ebeafc65fa
9 changed files with 36 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
layer:
id: "transportation_name"
# transportation_name relies on the function highway_class() defined in transportation layer
requires: "transportation"
requires:
layers:
- transportation
description: |
This is the layer for labelling the highways. Only highways that are named `name=*` and are long enough
to place text upon appear. The OSM roads are stitched together if they contain the same name