We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657c77b commit 87bd768Copy full SHA for 87bd768
app/src/commonMain/kotlin/de/westnordost/streetcomplete/osm/surface/SurfaceUtils.kt
@@ -69,7 +69,7 @@ val INVALID_SURFACES_FOR_TRACKTYPES = mapOf(
69
"grade1" to SOFT_NATURAL_SURFACES, // could be compacted, as long as it is "solid"
70
// "mostly solid" can mean a lot of things, including natural surfaces that happen to be quite solid
71
// Allowing any surface for grade2 tracktype is a compromise from #6611
72
- "grade2" to setOf(),
+ //"grade2" to SOFT_NATURAL_SURFACES,
73
"grade3" to FULLY_PAVED_SURFACES,
74
"grade4" to FULLY_PAVED_SURFACES,
75
"grade5" to FULLY_PAVED_SURFACES,
0 commit comments