Skip to content
Merged
31 changes: 31 additions & 0 deletions data/fields/surface_sport_pitch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"key": "surface",
"type": "combo",
"label": "{surface}",
"autoSuggestions": false,
"stringsCrossReference": "{surface}",
"options": [
"grass",
"artificial_turf",
"sand",
"asphalt",
"concrete",
"clay",
"paved",
"tartan",
"ground",
"dirt",
"compacted",
"fine_gravel",
"paving_stones",
"sett",
"unhewn_cobblestone",
"grass_paver",
"wood",
"metal",
"gravel",
"pebblestone",
"unpaved",
"woodchips"
]
}
2 changes: 1 addition & 1 deletion data/presets/leisure/pitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name",
"sport",
"access_simple",
"surface",
"surface_sport_pitch",
"lit",
"ref"
],
Expand Down