Add communication types field and terms to antenna preset

This commit is contained in:
Bryan Housel
2018-03-25 09:50:31 -04:00
parent 17bbf0a5e7
commit b328948d0d
5 changed files with 49 additions and 3 deletions
+5
View File
@@ -3911,6 +3911,11 @@ en:
name: Adit
# 'terms: entrance,underground,mine,cave'
terms: '<translate with synonyms or related terms for ''Adit'', separated by commas>'
man_made/antenna:
# man_made=antenna
name: Antenna
# 'terms: broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv'
terms: '<translate with synonyms or related terms for ''Antenna'', separated by commas>'
man_made/breakwater:
# man_made=breakwater
name: Breakwater
+25
View File
@@ -11028,6 +11028,31 @@
},
"name": "Adit"
},
"man_made/antenna": {
"icon": "poi-mast",
"fields": [
"height",
"communication_multi"
],
"geometry": [
"point"
],
"terms": [
"broadcast",
"cell phone",
"cell",
"communication",
"mobile phone",
"radio",
"television",
"transmission",
"tv"
],
"tags": {
"man_made": "antenna"
},
"name": "Antenna"
},
"man_made/breakwater": {
"geometry": [
"line",
+11 -3
View File
@@ -1,14 +1,22 @@
{
"icon": "poi-mast",
"fields": [
"height"
"height",
"communication_multi"
],
"geometry": [
"point"
],
"terms": [
"antenna",
"radio mast",
"broadcast",
"cell phone",
"cell",
"communication",
"mobile phone",
"radio",
"television",
"transmission",
"tv"
],
"tags": {
"man_made": "antenna"
+4
View File
@@ -2024,6 +2024,10 @@
"key": "man_made",
"value": "adit"
},
{
"key": "man_made",
"value": "antenna"
},
{
"key": "man_made",
"value": "breakwater"
+4
View File
@@ -4785,6 +4785,10 @@
"name": "Adit",
"terms": "entrance,underground,mine,cave"
},
"man_made/antenna": {
"name": "Antenna",
"terms": "broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv"
},
"man_made/breakwater": {
"name": "Breakwater",
"terms": ""