Fix highway_class function

This commit is contained in:
jirik 2017-11-20 18:59:06 +01:00 committed by Jiri Kozel
parent d2a81bd1da
commit 455f36e634

View File

@ -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