Added the OSM [ref](http://wiki.openstreetmap.org/wiki/Key:ref) tag of the runway/taxiway so that they can be displayed in styles.

This commit is contained in:
Luc Claustres
2017-09-25 13:47:19 +02:00
committed by Jiri Kozel
parent 893918761c
commit e8dd584f22
3 changed files with 16 additions and 7 deletions

View File

@@ -16,11 +16,18 @@ generalized_tables:
source: aeroway_polygon
sql_filter: area>power(ZRES12,2)
tolerance: ZRES13
ref_field: &ref
key: ref
name: ref
type: string
tables:
# etldoc: imposm3 -> osm_aeroway_polygon
aeroway_polygon:
type: polygon
fields:
- *ref
- name: osm_id
type: id
- name: geometry
@@ -45,6 +52,7 @@ tables:
aeroway_linestring:
type: linestring
fields:
- *ref
- name: osm_id
type: id
- name: geometry