kopia lustrzana https://github.com/openmaptiles/openmaptiles
Add attribute into osm_transportation_name_linestring
rodzic
fa34831a54
commit
4fd4bfb2a0
|
@ -32,7 +32,7 @@ CREATE MATERIALIZED VIEW osm_transportation_name_linestring AS (
|
||||||
COALESCE(NULLIF(hl.name_en, ''), hl.name) AS name_en,
|
COALESCE(NULLIF(hl.name_en, ''), hl.name) AS name_en,
|
||||||
hl.ref,
|
hl.ref,
|
||||||
hl.highway,
|
hl.highway,
|
||||||
min(rm.network) AS network, -- should be improved, may be part of more networks
|
min(rm.network) AS network, --should be improved, may be part of more networks
|
||||||
min(hl.z_order) AS z_order,
|
min(hl.z_order) AS z_order,
|
||||||
array_agg(DISTINCT hl.osm_id) AS member_osm_ids
|
array_agg(DISTINCT hl.osm_id) AS member_osm_ids
|
||||||
FROM osm_highway_linestring hl
|
FROM osm_highway_linestring hl
|
||||||
|
|
Ładowanie…
Reference in New Issue