From c026da13247436b3ae08571dde91d976ea562fac Mon Sep 17 00:00:00 2001 From: jirik Date: Wed, 15 Mar 2017 11:10:06 +0100 Subject: [PATCH] Change default value of transportation_name's network attribute --- layers/transportation_name/layer.sql | 2 +- layers/transportation_name/transportation_name.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/transportation_name/layer.sql b/layers/transportation_name/layer.sql index a2a619f0..cbf62d2a 100644 --- a/layers/transportation_name/layer.sql +++ b/layers/transportation_name/layer.sql @@ -13,7 +13,7 @@ RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, ref tex when network is not null then network::text when length(coalesce(ref, ''))>0 - then 'motorway' + then 'road' end as network, highway_class(highway) AS class FROM ( diff --git a/layers/transportation_name/transportation_name.yaml b/layers/transportation_name/transportation_name.yaml index f1e679ba..a292af74 100644 --- a/layers/transportation_name/transportation_name.yaml +++ b/layers/transportation_name/transportation_name.yaml @@ -25,7 +25,7 @@ layer: - ca-transcanada - gb-motorway - gb-trunk - - motorway (default) + - road (default) class: description: | Distinguish between more and less important roads.