mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 18:52:57 +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
270 B
JSON
16 lines
270 B
JSON
{
|
|
"key": "amenity",
|
|
"type": "check",
|
|
"label": "Riding Stable",
|
|
"strings": {
|
|
"options": {
|
|
"undefined": "No",
|
|
"stables": "Yes"
|
|
}
|
|
},
|
|
"reference": {
|
|
"key": "amenity",
|
|
"value": "stables"
|
|
}
|
|
}
|