mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 07:23:40 +00:00
* 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`
16 lines
283 B
JSON
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"
|
|
}
|
|
}
|