mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-26 01:47:48 +02:00
Add roof shape and roof height fields to building presets (#1552)
Co-authored-by: Tobias <t@tobiasjordans.de>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "roof:height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Roof Height (Meters)"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"key": "roof:shape",
|
||||
"type": "combo",
|
||||
"label": "Roof Shape",
|
||||
"strings": {
|
||||
"options": {
|
||||
"flat": "Flat",
|
||||
"gabled": "Gabled",
|
||||
"skillion": "Skillion",
|
||||
"hipped": "Hipped",
|
||||
"half-hipped": "Half-Hipped",
|
||||
"mansard": "Mansard",
|
||||
"gambrel": "Gambrel",
|
||||
"pyramidal": "Pyramidal",
|
||||
"cone": "Cone",
|
||||
"dome": "Dome",
|
||||
"onion": "Onion",
|
||||
"round": "Round"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": true,
|
||||
"customValues": false
|
||||
}
|
||||
@@ -19,6 +19,8 @@
|
||||
"not/name",
|
||||
"operator",
|
||||
"roof/colour",
|
||||
"roof/shape",
|
||||
"roof/height",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
],
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
"gnis/feature_id-US",
|
||||
"not/name",
|
||||
"operator",
|
||||
"roof/colour"
|
||||
"roof/colour",
|
||||
"roof/shape",
|
||||
"roof/height"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
"height",
|
||||
"building/material",
|
||||
"building/colour",
|
||||
"roof/colour"
|
||||
"roof/colour",
|
||||
"roof/height",
|
||||
"roof/shape"
|
||||
],
|
||||
"moreFields": [
|
||||
"layer"
|
||||
|
||||
Reference in New Issue
Block a user