Add area:aeroway features to aeroways

This commit is contained in:
jirik 2017-09-26 14:07:19 +02:00 committed by Jiri Kozel
parent db5cd682ea
commit cf0c78305b
3 changed files with 14 additions and 10 deletions

View File

@ -9,7 +9,9 @@ layer:
ref: The OSM [`ref`](http://wiki.openstreetmap.org/wiki/Key:ref) tag of the runway/taxiway.
class:
description: |
The original value of the [`aeroway`](http://wiki.openstreetmap.org/wiki/Key:aeroway) tag.
The original value of
[`aeroway`](http://wiki.openstreetmap.org/wiki/Key:aeroway) or
`area:aeroway` tag.
values:
- aerodrome
- heliport

View File

@ -22,6 +22,14 @@ ref_field: &ref
name: ref
type: string
def_aeroway_polygon_mapping: &aeroway_polygon_mapping
- aerodrome
- heliport
- runway
- helipad
- taxiway
- apron
tables:
# etldoc: imposm3 -> osm_aeroway_polygon
aeroway_polygon:
@ -33,20 +41,14 @@ tables:
- name: geometry
type: geometry
- name: aeroway
key: aeroway
type: string
type: mapping_value
- name: area
type: area
- name: webmerc_area
type: webmerc_area
mapping:
aeroway:
- aerodrome
- heliport
- runway
- helipad
- taxiway
- apron
aeroway: *aeroway_polygon_mapping
"area:aeroway": *aeroway_polygon_mapping
# etldoc: imposm3 -> osm_aeroway_linestring
aeroway_linestring:

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB