Add castle_type field to Castle preset

This commit is contained in:
Bryan Housel
2016-12-28 00:33:40 -05:00
parent b074c299e7
commit 0386ee249e
7 changed files with 24 additions and 3 deletions
+3
View File
@@ -284,6 +284,9 @@ en:
WNW: West-northwest
# direction=WSW
WSW: West-southwest
castle_type:
# castle_type=*
label: Type
clock_direction:
# direction=*
label: Direction
+5
View File
@@ -364,6 +364,11 @@
}
}
},
"castle_type": {
"key": "castle_type",
"type": "combo",
"label": "Type"
},
"clock_direction": {
"key": "direction",
"type": "combo",
-3
View File
@@ -1,3 +0,0 @@
key": "castle_type",
"type": "combo",
"label": "Type"
+5
View File
@@ -0,0 +1,5 @@
{
"key": "castle_type",
"type": "combo",
"label": "Type"
}
+4
View File
@@ -5699,6 +5699,10 @@
"name": "Boundary Stone"
},
"historic/castle": {
"fields": [
"castle_type",
"building_area"
],
"geometry": [
"point",
"area"
@@ -1,4 +1,8 @@
{
"fields": [
"castle_type",
"building_area"
],
"geometry": [
"point",
"area"
+3
View File
@@ -954,6 +954,9 @@
"NNW": "North-northwest"
}
},
"castle_type": {
"label": "Type"
},
"clock_direction": {
"label": "Direction",
"options": {