Skip to content

Commit

Permalink
Add "Fine Gravel" as surface value (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Aug 3, 2023
1 parent 5ffdf20 commit 456c801
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions data/fields/surface.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 456c801

Please sign in to comment.