mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-27 21:40:28 +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:
@@ -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