Files
iD/data/presets/fields/horse_stables.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
270 B
JSON

{
"key": "amenity",
"type": "check",
"label": "Riding Stable",
"strings": {
"options": {
"undefined": "No",
"stables": "Yes"
}
},
"reference": {
"key": "amenity",
"value": "stables"
}
}