Merge branch 'master' of https://github.com/lincomatic/openmaptiles into lincomatic-master

pull/192/head
jirik 2017-03-15 15:52:44 +01:00
commit cc83f86c2d
2 zmienionych plików z 20 dodań i 2 usunięć

Wyświetl plik

@ -15,6 +15,10 @@ RETURNS TABLE(geometry geometry, class text) AS $$
-- etldoc: osm_aeroway_polygon -> layer_aeroway:z14_
SELECT geometry, aeroway
FROM osm_aeroway_polygon WHERE zoom_level >= 14
UNION ALL
-- etldoc: osm_aeroway_linestring -> layer_aeroway:z11_
SELECT geometry, aeroway
FROM osm_aeroway_linestring WHERE zoom_level >= 11
) AS zoom_levels
WHERE geometry && bbox;
$$ LANGUAGE SQL IMMUTABLE;

Wyświetl plik

@ -28,7 +28,21 @@ tables:
aeroway:
- aerodrome
- heliport
- runway
- helipad
- taxiway
- apron
# etldoc: imposm3 -> osm_aeroway_linestring
aeroway_linestring:
type: linestring
fields:
- name: osm_id
type: id
- name: geometry
type: geometry
- name: aeroway
key: aeroway
type: string
mapping:
aeroway:
- runway
- taxiway