Skip to content

Commit

Permalink
Fix incorrect oneway arrows on highway=footway, see #289.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyks committed Jan 24, 2020
1 parent c765eb9 commit 8f6ee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ Layer:
END AS oneway,
CASE
WHEN tags->'oneway:bicycle' IS NOT NULL THEN tags->'oneway:bicycle'
WHEN highway='cycleway' AND oneway IS NOT NULL THEN oneway
WHEN oneway IS NOT NULL THEN oneway
ELSE 'no'
END AS oneway_bicycle
FROM planet_osm_line
Expand Down

0 comments on commit 8f6ee1d

Please sign in to comment.