@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
20 lines (19 loc) • 477 B
JSON
{
"key": "swimming_pool",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"swimming": "Lap Pool",
"plunge": "Diving",
"wading": "Wading / Leisure",
"spa": "Spa",
"wave_pool": "Wave Pool",
"lazy_river": "Lazy River",
"personal": "Personal / Backyard",
"kids": "Kids Pool"
}
},
"autoSuggestions": false,
"customValues": true
}