Added radio mast preset

`man_made=mast`
This commit is contained in:
Minh Nguyễn
2015-04-28 01:02:00 -07:00
parent c7c7dddf71
commit 331c736a25
5 changed files with 53 additions and 0 deletions
+3
View File
@@ -1564,6 +1564,9 @@ en:
man_made/lighthouse:
name: Lighthouse
terms: "<translate with synonyms or related terms for 'Lighthouse', separated by commas>"
man_made/mast:
name: Radio Mast
terms: "<translate with synonyms or related terms for 'Radio Mast', separated by commas>"
man_made/observation:
name: Observation Tower
terms: "<translate with synonyms or related terms for 'Observation Tower', separated by commas>"
+21
View File
@@ -5398,6 +5398,27 @@
},
"name": "Lighthouse"
},
"man_made/mast": {
"geometry": [
"point"
],
"terms": [
"broadcast tower",
"cell phone tower",
"cell tower",
"guyed tower",
"mobile phone tower",
"radio tower",
"television tower",
"transmission mast",
"transmission tower",
"tv tower"
],
"tags": {
"man_made": "mast"
},
"name": "Radio Mast"
},
"man_made/observation": {
"geometry": [
"point",
+21
View File
@@ -0,0 +1,21 @@
{
"geometry": [
"point"
],
"terms": [
"broadcast tower",
"cell phone tower",
"cell tower",
"guyed tower",
"mobile phone tower",
"radio tower",
"television tower",
"transmission mast",
"transmission tower",
"tv tower"
],
"tags": {
"man_made": "mast"
},
"name": "Radio Mast"
}
+4
View File
@@ -1271,6 +1271,10 @@
"key": "man_made",
"value": "lighthouse"
},
{
"key": "man_made",
"value": "mast"
},
{
"key": "tower:type",
"value": "observation"
+4
View File
@@ -2631,6 +2631,10 @@
"name": "Lighthouse",
"terms": ""
},
"man_made/mast": {
"name": "Radio Mast",
"terms": "broadcast tower,cell phone tower,cell tower,guyed tower,mobile phone tower,radio tower,television tower,transmission mast,transmission tower,tv tower"
},
"man_made/observation": {
"name": "Observation Tower",
"terms": "lookout tower,fire tower"