Add network type to transportation_name layer, adjust 'ref' attribute

This commit is contained in:
jirik
2017-03-01 14:54:33 +01:00
parent 3fa68ebef1
commit 5db1b0e80e
4 changed files with 49 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, ref tex
COALESCE(NULLIF(name_en, ''), NULLIF(name, '')) AS name_en,
NULLIF(ref, ''), NULLIF(LENGTH(ref), 0) AS ref_length,
--TODO: The road network of the road is not yet implemented
NULL::text AS network,
network::text,
highway_class(highway) AS class
FROM (