@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 903 B
JSON
{
"key": "roof:shape",
"type": "combo",
"label": "Roof Shape",
"strings": {
"options": {
"flat": "Flat",
"gabled": "Gabled",
"gabled_height_moved": "Gabled (Height Moved)",
"skillion": "Skillion",
"hipped": "Hipped",
"half-hipped": "Half-Hipped",
"side_hipped": "Side-Hipped",
"side_half-hipped": "Side Half-Hipped",
"mansard": "Mansard",
"gambrel": "Gambrel",
"hipped-and-gabled": "Hipped & Gabled",
"pyramidal": "Pyramidal",
"crosspitched": "Cross-Pitched",
"sawtooth": "Sawtooth",
"butterfly": "Butterfly",
"cone": "Cone",
"dome": "Dome",
"onion": "Onion",
"round": "Round"
}
},
"autoSuggestions": true,
"customValues": false
}