Skip to content

Commit

Permalink
surface=ground tracktype=grade2
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Apr 1, 2023
1 parent a5a070e commit f7cb570
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ val INVALID_SURFACES = setOf(
)

val SOFT_SURFACES = setOf(
"ground", "earth", "dirt", "soil", "grass", "sand", "mud", "ice", "salt", "snow", "woodchips"
"earth", "dirt", "soil", "grass", "sand", "mud", "ice", "salt", "snow", "woodchips"
)

val ANYTHING_UNPAVED = SOFT_SURFACES + setOf(
"ground", // see https://community.openstreetmap.org/t/is-tracktype-grade2-also-for-trails-with-large-naturally-occuring-pieces-of-rock/96850
"unpaved", "compacted", "gravel", "fine_gravel", "pebblestone", "grass_paver"
)

Expand Down

0 comments on commit f7cb570

Please sign in to comment.