add brunnel info for water

This commit is contained in:
Guillaume Gomez
2019-10-09 15:31:53 +02:00
parent 9b2596df78
commit 23358f18af
3 changed files with 80 additions and 31 deletions

View File

@@ -36,6 +36,15 @@ generalized_tables:
sql_filter: area>power(ZRES10,2) AND ST_IsValid(geometry)
tolerance: ZRES12
tunnel_field: &tunnel
key: tunnel
name: is_tunnel
type: bool
bridge_field: &bridge
key: bridge
name: is_bridge
type: bool
tables:
# etldoc: imposm3 -> osm_water_polygon
@@ -72,6 +81,8 @@ tables:
- name: is_intermittent
key: intermittent
type: bool
- *tunnel
- *bridge
filters:
reject:
covered: ["yes"]