Add historic=tomb preset and tomb=* field

(re: #3439)
This commit is contained in:
Bryan Housel
2017-03-01 22:59:58 -05:00
parent 23f9431bda
commit 0c1194b2f4
7 changed files with 58 additions and 0 deletions
+7
View File
@@ -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
+5
View File
@@ -1642,6 +1642,11 @@
"type": "check",
"label": "Toll"
},
"tomb": {
"key": "tomb",
"type": "typeCombo",
"label": "Type"
},
"tourism": {
"key": "tourism",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "tomb",
"type": "typeCombo",
"label": "Type"
}
+15
View File
@@ -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": [
+15
View File
@@ -0,0 +1,15 @@
{
"icon": "cemetery",
"fields": [
"tomb",
"building_area"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "tomb"
},
"name": "Tomb"
}
+4
View File
@@ -1269,6 +1269,10 @@
"key": "historic",
"value": "ruins"
},
{
"key": "historic",
"value": "tomb"
},
{
"key": "historic",
"value": "wayside_cross"
+7
View File
@@ -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": ""