openmaptiles/layers/landuse/mapping.yaml

78 wiersze
1.7 KiB
YAML
Czysty Zwykły widok Historia

2016-10-24 10:02:33 +00:00
generalized_tables:
2017-04-25 22:03:29 +00:00
# etldoc: imposm3 -> osm_landuse_polygon_gen5
landuse_polygon_gen5:
source: landuse_polygon_gen4
sql_filter: area>power(ZRES7,2)
2017-04-25 22:03:29 +00:00
tolerance: ZRES9
2016-11-30 14:04:59 +00:00
# etldoc: imposm3 -> osm_landuse_polygon_gen4
landuse_polygon_gen4:
source: landuse_polygon_gen3
sql_filter: area>power(ZRES8,2)
2017-04-25 22:03:29 +00:00
tolerance: ZRES10
# etldoc: imposm3 -> osm_landuse_polygon_gen3
landuse_polygon_gen3:
source: landuse_polygon_gen2
sql_filter: area>power(ZRES9,2)
2017-04-25 22:03:29 +00:00
tolerance: ZRES11
# etldoc: imposm3 -> osm_landuse_polygon_gen2
2016-10-24 10:02:33 +00:00
landuse_polygon_gen2:
source: landuse_polygon_gen1
sql_filter: area>power(ZRES10,2)
2017-04-25 22:03:29 +00:00
tolerance: ZRES12
# etldoc: imposm3 -> osm_landuse_polygon_gen1
2016-10-24 10:02:33 +00:00
landuse_polygon_gen1:
source: landuse_polygon
sql_filter: area>power(ZRES11,2)
2017-04-25 22:03:29 +00:00
tolerance: ZRES13
2016-11-10 01:12:39 +00:00
2016-10-24 10:02:33 +00:00
tables:
2016-11-10 01:12:39 +00:00
# etldoc: imposm3 -> osm_landuse_polygon
2016-10-24 10:02:33 +00:00
landuse_polygon:
type: polygon
fields:
- name: osm_id
type: id
- name: geometry
type: validated_geometry
- name: landuse
2016-10-24 12:28:09 +00:00
key: landuse
type: string
- name: amenity
key: amenity
type: string
2016-10-24 19:49:03 +00:00
- name: leisure
key: leisure
type: string
2017-12-07 15:54:37 +00:00
- name: tourism
key: tourism
type: string
2016-10-24 10:02:33 +00:00
- name: area
type: area
- name: webmerc_area
2017-01-17 14:45:58 +00:00
type: webmerc_area
2016-10-24 10:02:33 +00:00
mapping:
amenity:
2018-01-12 13:36:55 +00:00
- bus_station
2016-10-24 10:02:33 +00:00
- school
2016-10-24 12:28:09 +00:00
- university
- kindergarten
- college
- library
2016-10-24 10:02:33 +00:00
- hospital
landuse:
- railway
2016-10-24 12:28:09 +00:00
- cemetery
2016-10-24 10:02:33 +00:00
- military
# zoning
- residential
- commercial
- industrial
- retail
2016-10-24 19:49:03 +00:00
leisure:
- stadium
2017-11-08 13:03:50 +00:00
- pitch
- playground
2017-12-07 15:54:37 +00:00
tourism:
- theme_park
2018-01-12 13:36:55 +00:00
- zoo