Add historic:civilization field to some historic presets

(re: #3439)
This commit is contained in:
Bryan Housel
2017-03-01 23:07:13 -05:00
parent 0c1194b2f4
commit 4d64028232
8 changed files with 34 additions and 4 deletions
+3
View File
@@ -542,6 +542,9 @@ en:
historic:
# historic=*
label: Type
historic/civilization:
# 'historic:civilization=*'
label: Historic Civilization
hoops:
# hoops=*
label: Hoops
+5
View File
@@ -749,6 +749,11 @@
"type": "typeCombo",
"label": "Type"
},
"historic/civilization": {
"key": "historic:civilization",
"type": "combo",
"label": "Historic Civilization"
},
"hoops": {
"key": "hoops",
"type": "number",
@@ -0,0 +1,5 @@
{
"key": "historic:civilization",
"type": "combo",
"label": "Historic Civilization"
}
+8 -1
View File
@@ -5818,6 +5818,9 @@
"name": "Historic Site"
},
"historic/archaeological_site": {
"fields": [
"historic/civilization"
],
"geometry": [
"point",
"vertex",
@@ -5842,7 +5845,8 @@
"icon": "castle",
"fields": [
"castle_type",
"building_area"
"building_area",
"historic/civilization"
],
"geometry": [
"point",
@@ -5878,6 +5882,9 @@
"name": "Monument"
},
"historic/ruins": {
"fields": [
"historic/civilization"
],
"geometry": [
"point",
"vertex",
@@ -1,4 +1,7 @@
{
"fields": [
"historic/civilization"
],
"geometry": [
"point",
"vertex",
@@ -8,4 +11,4 @@
"historic": "archaeological_site"
},
"name": "Archaeological Site"
}
}
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "castle",
"fields": [
"castle_type",
"building_area"
"building_area",
"historic/civilization"
],
"geometry": [
"point",
+4 -1
View File
@@ -1,4 +1,7 @@
{
"fields": [
"historic/civilization"
],
"geometry": [
"point",
"vertex",
@@ -8,4 +11,4 @@
"historic": "ruins"
},
"name": "Ruins"
}
}
+3
View File
@@ -1204,6 +1204,9 @@
"historic": {
"label": "Type"
},
"historic/civilization": {
"label": "Historic Civilization"
},
"hoops": {
"label": "Hoops",
"placeholder": "1, 2, 4..."