Add observation tower preset.

This commit is contained in:
Ian Dees
2013-10-07 16:08:52 -05:00
parent 6f9a9c90b8
commit 9604511b59
4 changed files with 37 additions and 0 deletions

View File

@@ -805,6 +805,9 @@ en:
man_made/lighthouse:
name: Lighthouse
terms: "<translate with synonyms or related terms for 'Lighthouse', separated by commas>"
man_made/observation:
name: Observation Tower
terms: "<translate with synonyms or related terms for 'Observation Tower', separated by commas>"
man_made/pier:
name: Pier
terms: "<translate with synonyms or related terms for 'Pier', separated by commas>"

View File

@@ -2948,6 +2948,21 @@
},
"name": "Lighthouse"
},
"man_made/observation": {
"geometry": [
"point",
"area"
],
"terms": [
"lookout tower",
"fire tower"
],
"tags": {
"man_made": "tower",
"tower:type": "observation"
},
"name": "Observation Tower"
},
"man_made/pier": {
"geometry": [
"line",

View File

@@ -0,0 +1,15 @@
{
"geometry": [
"point",
"area"
],
"terms": [
"lookout tower",
"fire tower"
],
"tags": {
"man_made": "tower",
"tower:type": "observation"
},
"name": "Observation Tower"
}

View File

@@ -1482,6 +1482,10 @@
"name": "Lighthouse",
"terms": ""
},
"man_made/observation": {
"name": "Observation Tower",
"terms": "lookout tower,fire tower"
},
"man_made/pier": {
"name": "Pier",
"terms": ""