Adjust building tolerance (#264)
* Adjust st_length filter based on zres in transportation layer Probably related to #258 * Adjust building tolerance
This commit is contained in:
parent
f848b0449b
commit
6339fbb8f0
@ -6,7 +6,7 @@ generalized_tables:
|
|||||||
building_polygon_gen1:
|
building_polygon_gen1:
|
||||||
source: building_polygon
|
source: building_polygon
|
||||||
sql_filter: area>power(ZRES12,2)
|
sql_filter: area>power(ZRES12,2)
|
||||||
tolerance: ZRES13
|
tolerance: ZRES14
|
||||||
|
|
||||||
tables:
|
tables:
|
||||||
# etldoc: imposm3 -> osm_building_polygon
|
# etldoc: imposm3 -> osm_building_polygon
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user