Skip to content

Commit

Permalink
fix #5378
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 23, 2023
1 parent 5234e2c commit 80dbc5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class AddMaxSpeedForm : AbstractOsmQuestForm<MaxSpeedAnswer>() {
companion object {
private val POSSIBLY_SLOWZONE_ROADS = listOf("residential", "unclassified", "tertiary" /*#1133*/)
private val MAYBE_LIVING_STREET = listOf("residential", "unclassified")
private val ROADS_WITH_DEFINITE_SPEED_LIMIT = listOf("trunk", "motorway", "living_street")
private val ROADS_WITH_DEFINITE_SPEED_LIMIT = listOf("motorway", "living_street")
private val ROADS_WITH_DEFINITE_SPEED_LIMIT_GB = listOf("motorway", "living_street") /*#2750*/

private var LAST_INPUT_SLOW_ZONE: Int? = null
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ v55.1: |
<h3>Quest Enhancements</h3>
<ul>
<li>Charging station operator: Do not ask if the operator is not signed</li>
<li>Indoor amenities: Don't consider roofs as buildings (#5337), by @qugebert</li>
<li>Indoor amenities: Don't consider roofs as indoor (#5337), by @qugebert</li>
<li>Crossing kerbs: Do not ask if the kerb on either side is already specified (#5374), by @FloEdelmann</li>
<li>Bike paths overlay: When leaving the contra-flow side of a oneway unspecified, also leave the oneway-for-cyclists status untouched (#5367)</li>#
<li>Bike paths overlay: When leaving the contra-flow side of a oneway unspecified, also leave the oneway-for-cyclists status untouched (#5367)</li>
<li>Speed limits: For trunk roads without speed limit signs, ask whether it is inside an urban area (#5378)</li>
</ul>
<h3>General Enhancements and Fixes</h3>
<ul>
Expand Down

0 comments on commit 80dbc5a

Please sign in to comment.