mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
@@ -1221,6 +1221,9 @@ en:
|
||||
toll:
|
||||
# toll=*
|
||||
label: Toll
|
||||
tomb:
|
||||
# tomb=*
|
||||
label: Type
|
||||
tourism:
|
||||
# tourism=*
|
||||
label: Type
|
||||
@@ -2693,6 +2696,10 @@ en:
|
||||
# historic=ruins
|
||||
name: Ruins
|
||||
terms: '<translate with synonyms or related terms for ''Ruins'', separated by commas>'
|
||||
historic/tomb:
|
||||
# historic=tomb
|
||||
name: Tomb
|
||||
terms: '<translate with synonyms or related terms for ''Tomb'', separated by commas>'
|
||||
historic/wayside_cross:
|
||||
# historic=wayside_cross
|
||||
name: Wayside Cross
|
||||
|
||||
@@ -1642,6 +1642,11 @@
|
||||
"type": "check",
|
||||
"label": "Toll"
|
||||
},
|
||||
"tomb": {
|
||||
"key": "tomb",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"tourism": {
|
||||
"key": "tourism",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "tomb",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -5888,6 +5888,21 @@
|
||||
},
|
||||
"name": "Ruins"
|
||||
},
|
||||
"historic/tomb": {
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"tomb",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"historic": "tomb"
|
||||
},
|
||||
"name": "Tomb"
|
||||
},
|
||||
"historic/wayside_cross": {
|
||||
"icon": "religious-christian",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"tomb",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"historic": "tomb"
|
||||
},
|
||||
"name": "Tomb"
|
||||
}
|
||||
@@ -1269,6 +1269,10 @@
|
||||
"key": "historic",
|
||||
"value": "ruins"
|
||||
},
|
||||
{
|
||||
"key": "historic",
|
||||
"value": "tomb"
|
||||
},
|
||||
{
|
||||
"key": "historic",
|
||||
"value": "wayside_cross"
|
||||
|
||||
Vendored
+7
@@ -1757,6 +1757,9 @@
|
||||
"toll": {
|
||||
"label": "Toll"
|
||||
},
|
||||
"tomb": {
|
||||
"label": "Type"
|
||||
},
|
||||
"tourism": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -3115,6 +3118,10 @@
|
||||
"name": "Ruins",
|
||||
"terms": ""
|
||||
},
|
||||
"historic/tomb": {
|
||||
"name": "Tomb",
|
||||
"terms": ""
|
||||
},
|
||||
"historic/wayside_cross": {
|
||||
"name": "Wayside Cross",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user