Fix missing description for the new brunnel field (#709)
This commit is contained in:
parent
e7423bd2e5
commit
39dcfc2072
@ -21,6 +21,12 @@ layer:
|
|||||||
description: |
|
description: |
|
||||||
Mark with `1` if it is an [intermittent](http://wiki.openstreetmap.org/wiki/Key:intermittent) water polygon.
|
Mark with `1` if it is an [intermittent](http://wiki.openstreetmap.org/wiki/Key:intermittent) water polygon.
|
||||||
values: [0, 1]
|
values: [0, 1]
|
||||||
|
brunnel:
|
||||||
|
description: |
|
||||||
|
Identifies the type of crossing as either a bridge or a tunnel.
|
||||||
|
values:
|
||||||
|
- bridge
|
||||||
|
- tunnel
|
||||||
buffer_size: 4
|
buffer_size: 4
|
||||||
datasource:
|
datasource:
|
||||||
query: (SELECT geometry, class, intermittent, brunnel FROM layer_water(!bbox!, z(!scale_denominator!))) AS t
|
query: (SELECT geometry, class, intermittent, brunnel FROM layer_water(!bbox!, z(!scale_denominator!))) AS t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user