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.
|
||||
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
|
||||
|
||||
@ -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:
|
||||
|
||||
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