Add "Fine Gravel" as surface value (#967)

This commit is contained in:
kjonosm 2023-08-03 17:13:32 +02:00 committed by GitHub
parent 5ffdf20259
commit 456c801c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,25 +4,26 @@
"label": "Surface",
"strings": {
"options": {
"artificial_turf": "Artificial Turf",
"asphalt": "Asphalt",
"unpaved": "Unpaved",
"paved": "Paved",
"ground": "Ground",
"gravel": "Gravel",
"compacted": "Compacted",
"concrete": "Concrete",
"paving_stones": "Paving Stones",
"sett": "Sett",
"dirt": "Dirt",
"fine_gravel": "Fine Gravel",
"grass": "Grass",
"sand": "Sand",
"wood": "Wood",
"gravel": "Gravel",
"ground": "Ground",
"metal": "Metal",
"artificial_turf": "Artificial Turf",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"mud": "Persistently Muddy",
"woodchips": "Woodchips",
"salt": "Salt"
"paved": "Paved",
"paving_stones": "Paving Stones",
"salt": "Salt",
"sand": "Sand",
"sett": "Sett",
"unhewn_cobblestone": "Cobblestone (uncut, rounded stones)",
"unpaved": "Unpaved",
"wood": "Wood",
"woodchips": "Woodchips"
}
}
}