layers/transportation/: add 'highway=construction' roads (#321)
This commit is contained in:
parent
8d9a5df48b
commit
45a50a5bd0
@ -18,7 +18,7 @@ CREATE OR REPLACE FUNCTION highway_class(highway TEXT, public_transport TEXT) RE
|
|||||||
WHEN highway IN ('tertiary', 'tertiary_link') THEN 'tertiary'
|
WHEN highway IN ('tertiary', 'tertiary_link') THEN 'tertiary'
|
||||||
WHEN highway IN ('unclassified', 'residential', 'living_street', 'road') THEN 'minor'
|
WHEN highway IN ('unclassified', 'residential', 'living_street', 'road') THEN 'minor'
|
||||||
WHEN highway IN ('pedestrian', 'path', 'footway', 'cycleway', 'steps', 'bridleway', 'corridor') OR public_transport IN ('platform') THEN 'path'
|
WHEN highway IN ('pedestrian', 'path', 'footway', 'cycleway', 'steps', 'bridleway', 'corridor') OR public_transport IN ('platform') THEN 'path'
|
||||||
WHEN highway IN ('service', 'track', 'raceway') THEN highway
|
WHEN highway IN ('service', 'track', 'raceway', 'construction') THEN highway
|
||||||
ELSE NULL
|
ELSE NULL
|
||||||
END;
|
END;
|
||||||
$$ LANGUAGE SQL IMMUTABLE;
|
$$ LANGUAGE SQL IMMUTABLE;
|
||||||
|
|||||||
@ -199,6 +199,7 @@ tables:
|
|||||||
- service
|
- service
|
||||||
- track
|
- track
|
||||||
- raceway
|
- raceway
|
||||||
|
- construction
|
||||||
public_transport:
|
public_transport:
|
||||||
- platform
|
- platform
|
||||||
man_made:
|
man_made:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user