kopia lustrzana https://github.com/openmaptiles/openmaptiles
Merge branch 'master' of https://github.com/lincomatic/openmaptiles into lincomatic-master
commit
cc83f86c2d
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue