Fix highway_class function
This commit is contained in:
@@ -22,7 +22,7 @@ CREATE OR REPLACE FUNCTION highway_class(highway TEXT, public_transport TEXT) RE
|
|||||||
WHEN highway = 'raceway' THEN 'raceway'
|
WHEN highway = 'raceway' THEN 'raceway'
|
||||||
ELSE NULL
|
ELSE NULL
|
||||||
END;
|
END;
|
||||||
$$ LANGUAGE SQL IMMUTABLE STRICT;
|
$$ LANGUAGE SQL IMMUTABLE;
|
||||||
|
|
||||||
-- The classes for railways are derived from the classes used in ClearTables
|
-- The classes for railways are derived from the classes used in ClearTables
|
||||||
-- https://github.com/ClearTables/ClearTables/blob/master/transportation.lua
|
-- https://github.com/ClearTables/ClearTables/blob/master/transportation.lua
|
||||||
|
|||||||
Reference in New Issue
Block a user