Remove mappings from landcover and landuse
This commit is contained in:
@@ -1,37 +1,17 @@
|
||||
generalized_tables:
|
||||
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen5
|
||||
landuse_polygon_gen5:
|
||||
source: landuse_polygon_gen4
|
||||
sql_filter: area>15000000
|
||||
tolerance: 300.0
|
||||
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen4
|
||||
landuse_polygon_gen4:
|
||||
source: landuse_polygon_gen3
|
||||
sql_filter: area>4200000
|
||||
tolerance: 200.0
|
||||
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen3
|
||||
landuse_polygon_gen3:
|
||||
source: landuse_polygon_gen2
|
||||
sql_filter: area>1200000
|
||||
tolerance: 120.0
|
||||
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen2
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen2
|
||||
landuse_polygon_gen2:
|
||||
source: landuse_polygon_gen1
|
||||
sql_filter: area>480000
|
||||
tolerance: 80.0
|
||||
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen1
|
||||
landuse_polygon_gen1:
|
||||
source: landuse_polygon
|
||||
sql_filter: area>240000
|
||||
tolerance: 50.0
|
||||
|
||||
tables:
|
||||
# etldoc: imposm3 -> osm_landuse_polygon_gen1
|
||||
landuse_polygon_gen1:
|
||||
source: landuse_polygon
|
||||
sql_filter: area>60000
|
||||
tolerance: 20.0
|
||||
|
||||
tables:
|
||||
# etldoc: imposm3 -> osm_landuse_polygon
|
||||
landuse_polygon:
|
||||
type: polygon
|
||||
@@ -49,9 +29,6 @@ tables:
|
||||
- name: leisure
|
||||
key: leisure
|
||||
type: string
|
||||
- name: boundary
|
||||
key: boundary
|
||||
type: string
|
||||
- name: area
|
||||
type: pseudoarea
|
||||
mapping:
|
||||
@@ -66,8 +43,10 @@ tables:
|
||||
- railway
|
||||
- cemetery
|
||||
- military
|
||||
# zoning
|
||||
- residential
|
||||
- commercial
|
||||
- industrial
|
||||
- retail
|
||||
leisure:
|
||||
- nature_reserve
|
||||
- park
|
||||
boundary:
|
||||
- national_park
|
||||
- stadium
|
||||
|
||||
Reference in New Issue
Block a user