mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Add castle_type field to Castle preset
This commit is contained in:
@@ -284,6 +284,9 @@ en:
|
||||
WNW: West-northwest
|
||||
# direction=WSW
|
||||
WSW: West-southwest
|
||||
castle_type:
|
||||
# castle_type=*
|
||||
label: Type
|
||||
clock_direction:
|
||||
# direction=*
|
||||
label: Direction
|
||||
|
||||
@@ -364,6 +364,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"castle_type": {
|
||||
"key": "castle_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"clock_direction": {
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
key": "castle_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "castle_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Vendored
+3
@@ -954,6 +954,9 @@
|
||||
"NNW": "North-northwest"
|
||||
}
|
||||
},
|
||||
"castle_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"clock_direction": {
|
||||
"label": "Direction",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user