Skip to content

Commit 87bd768

Browse files
committed
oopsie, fix prior commit for #6611
1 parent 657c77b commit 87bd768

File tree

1 file changed

+1
-1
lines changed
  • app/src/commonMain/kotlin/de/westnordost/streetcomplete/osm/surface

1 file changed

+1
-1
lines changed

app/src/commonMain/kotlin/de/westnordost/streetcomplete/osm/surface/SurfaceUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ val INVALID_SURFACES_FOR_TRACKTYPES = mapOf(
6969
"grade1" to SOFT_NATURAL_SURFACES, // could be compacted, as long as it is "solid"
7070
// "mostly solid" can mean a lot of things, including natural surfaces that happen to be quite solid
7171
// Allowing any surface for grade2 tracktype is a compromise from #6611
72-
"grade2" to setOf(),
72+
//"grade2" to SOFT_NATURAL_SURFACES,
7373
"grade3" to FULLY_PAVED_SURFACES,
7474
"grade4" to FULLY_PAVED_SURFACES,
7575
"grade5" to FULLY_PAVED_SURFACES,

0 commit comments

Comments
 (0)