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:
@@ -1,7 +1,9 @@
|
||||
layer:
|
||||
id: "waterway"
|
||||
# waterway relies on the function waterway_brunnel() defined in water layer
|
||||
requires: "water"
|
||||
requires:
|
||||
layers:
|
||||
- water
|
||||
description: |
|
||||
OpenStreetMap [waterways](https://wiki.openstreetmap.org/wiki/Waterways) for higher zoom levels (z9 and more)
|
||||
and Natural Earth rivers and lake centerlines for low zoom levels (z3 - z8).
|
||||
|
||||
Reference in New Issue
Block a user