Files
iD/data/presets/fields/horse_riding.json
Bryan Housel ab9ba0a632 Several changes
* Proper Case all the things
* Remove the `trailblazing_` fields, which require special knowledge to use
* Fix the icon on `trail_riding_station` preset
* Make the `horse_` checkboxes more consistent (yes/no)
* Remove `watering_place` field, remove it from `amenity=fountain` preset
* Update build script to not include "undefined" values in `taginfo.json`
2018-04-09 16:06:58 -04:00

16 lines
283 B
JSON

{
"key": "leisure",
"type": "check",
"label": "Horseback Riding",
"strings": {
"options": {
"undefined": "No",
"horse_riding": "Yes"
}
},
"reference": {
"key": "leisure",
"value": "horse_riding"
}
}