Add area:aeroway features to aeroways
This commit is contained in:
parent
db5cd682ea
commit
cf0c78305b
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
BIN
layers/aeroway/mapping_diagram.png
Normal file
BIN
layers/aeroway/mapping_diagram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user