Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
add support for mini roundabouts, turning loops, turning circles (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Sep 8, 2019
1 parent e11ae94 commit 2639f38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ global:

oneway_arrow_color: '#888'
barrier_color: '#888'
roundabout_color: global.road_outline_color

tunnel_color: [1., 1., 1., 0.2]

Expand Down
8 changes: 8 additions & 0 deletions layers/roads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ layers:
flat: true
color: global.barrier_color
size: [[17, 2px], [20, 16px]]
roundabout:
filter: { kind: [mini_roundabout, turning_loop, turning_circle] }
draw:
points:
buffer: 2px
flat: true
color: global.roundabout_color
size: [[16, 2px], [20, 24px]]

styles:
step_dashes:
Expand Down

0 comments on commit 2639f38

Please sign in to comment.