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. ref: The OSM [`ref`](http://wiki.openstreetmap.org/wiki/Key:ref) tag of the runway/taxiway.
class: class:
description: | 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: values:
- aerodrome - aerodrome
- heliport - heliport

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB