mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 02:12:24 +02:00
@@ -542,6 +542,9 @@ en:
|
||||
historic:
|
||||
# historic=*
|
||||
label: Type
|
||||
historic/civilization:
|
||||
# 'historic:civilization=*'
|
||||
label: Historic Civilization
|
||||
hoops:
|
||||
# hoops=*
|
||||
label: Hoops
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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,7 +2,8 @@
|
||||
"icon": "castle",
|
||||
"fields": [
|
||||
"castle_type",
|
||||
"building_area"
|
||||
"building_area",
|
||||
"historic/civilization"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -8,4 +11,4 @@
|
||||
"historic": "ruins"
|
||||
},
|
||||
"name": "Ruins"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+3
@@ -1204,6 +1204,9 @@
|
||||
"historic": {
|
||||
"label": "Type"
|
||||
},
|
||||
"historic/civilization": {
|
||||
"label": "Historic Civilization"
|
||||
},
|
||||
"hoops": {
|
||||
"label": "Hoops",
|
||||
"placeholder": "1, 2, 4..."
|
||||
|
||||
Reference in New Issue
Block a user