From 455f36e634712e7283287a9173ae65924c9d556a Mon Sep 17 00:00:00 2001 From: jirik Date: Mon, 20 Nov 2017 18:59:06 +0100 Subject: [PATCH] Fix highway_class function --- layers/transportation/class.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/transportation/class.sql b/layers/transportation/class.sql index d82de75..ebb74ce 100644 --- a/layers/transportation/class.sql +++ b/layers/transportation/class.sql @@ -22,7 +22,7 @@ CREATE OR REPLACE FUNCTION highway_class(highway TEXT, public_transport TEXT) RE WHEN highway = 'raceway' THEN 'raceway' ELSE NULL END; -$$ LANGUAGE SQL IMMUTABLE STRICT; +$$ LANGUAGE SQL IMMUTABLE; -- The classes for railways are derived from the classes used in ClearTables -- https://github.com/ClearTables/ClearTables/blob/master/transportation.lua