Skip to content

Commit

Permalink
cycleway overlay: show oneways-but-not-for-cyclists in dashed black (f…
Browse files Browse the repository at this point in the history
…ixes #4765)
  • Loading branch information
westnordost committed Jan 29, 2023
1 parent f6e6d58 commit 30f0978
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ private fun Cycleway?.getStyle(countryInfo: CountryInfo) = when (this) {
SIDEWALK_EXPLICIT ->
StrokeStyle(Color.CYAN, dashed = true)

NONE, NONE_NO_ONEWAY ->
NONE ->
StrokeStyle(Color.BLACK)

SHOULDER ->
SHOULDER, NONE_NO_ONEWAY ->
StrokeStyle(Color.BLACK, dashed = true)

SEPARATE ->
Expand Down

0 comments on commit 30f0978

Please sign in to comment.