Skip to content

Commit

Permalink
highway=road should not be rendered
Browse files Browse the repository at this point in the history
See #686
  • Loading branch information
Phyks committed Aug 10, 2024
1 parent 01a7a53 commit 3d18725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CREATE VIEW cyclosm_ways AS
COALESCE(
CASE
WHEN highway='raceway' THEN 'track' -- render raceways as tracks
WHEN highway='road' THEN 'residential' -- render "road" as residential
WHEN highway='trunk' THEN 'motorway' -- trunk as motorway, check can_bicycle if cyclable
WHEN highway='trunk_link' THEN 'motorway_link' -- trunk as motorway
WHEN highway='busway' THEN 'service' -- busway as service
Expand Down

0 comments on commit 3d18725

Please sign in to comment.