Skip to content

Commit ff841d2

Browse files
mnaliswestnordost
authored andcommitted
1 parent 3961786 commit ff841d2

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ fun getKeysAssociatedWithSurface(prefix: String = ""): Set<String> =
112112
"${prefix}paving_stones:pattern",
113113
"${prefix}paving_stones:length",
114114
"${prefix}paving_stones:width",
115+
"${prefix}paving_stones:material",
116+
"${prefix}paving_stones:colour",
117+
"${prefix}paving_stones:orientation",
118+
"${prefix}paving_stones:direction",
115119
) +
116120
getLastCheckDateKeys("${prefix}surface") +
117121
getLastCheckDateKeys("${prefix}smoothness")

0 commit comments

Comments
 (0)