Skip to content

Commit

Permalink
put no cycleway infrastructure as the first answer in cycleway quest
Browse files Browse the repository at this point in the history
in attempt to reduce amount of OSM notes about what is solvable in SC

sorry for people who are familiar with position of items, hopefully it will not be too bad
next part of #2285
  • Loading branch information
matkoniecz authored and westnordost committed Dec 22, 2020
1 parent 56b2b45 commit 42c203c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,12 +71,12 @@ fun Cycleway.getTitleResId(): Int = when(this) {
}

val DISPLAYED_CYCLEWAY_ITEMS: List<Cycleway> = listOf(
NONE,
EXCLUSIVE_LANE,
ADVISORY_LANE,
UNSPECIFIED_LANE,
SUGGESTION_LANE,
TRACK,
NONE,
PICTOGRAMS,
BUSWAY,
SIDEWALK_EXPLICIT,
Expand Down

0 comments on commit 42c203c

Please sign in to comment.