mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Merge pull request #4185 from JamesKingdom/master
Adding telecom preset
This commit is contained in:
@@ -3396,6 +3396,11 @@ en:
|
||||
name: Storm Drain
|
||||
# 'terms: cover,drain,hole,rain,sewer,sewage,storm'
|
||||
terms: '<translate with synonyms or related terms for ''Storm Drain'', separated by commas>'
|
||||
manhole/telecom:
|
||||
# manhole=telecom
|
||||
name: Telecom Manhole
|
||||
# 'terms: cover,phone,hole,telecom,telephone,bt'
|
||||
terms: '<translate with synonyms or related terms for ''Telecom Manhole'', separated by commas>'
|
||||
natural:
|
||||
# natural=*
|
||||
name: Natural
|
||||
|
||||
@@ -8883,6 +8883,29 @@
|
||||
],
|
||||
"name": "Storm Drain"
|
||||
},
|
||||
"manhole/telecom": {
|
||||
"icon": "circle-stroked",
|
||||
"fields": [
|
||||
"operator",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"manhole": "telecom"
|
||||
},
|
||||
"terms": [
|
||||
"cover",
|
||||
"phone",
|
||||
"hole",
|
||||
"telecom",
|
||||
"telephone",
|
||||
"bt"
|
||||
],
|
||||
"name": "Telecom Manhole"
|
||||
},
|
||||
"natural": {
|
||||
"icon": "natural",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "circle-stroked",
|
||||
"fields": [
|
||||
"operator",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"manhole": "telecom"
|
||||
},
|
||||
"terms": [
|
||||
"cover",
|
||||
"phone",
|
||||
"hole",
|
||||
"telecom",
|
||||
"telephone",
|
||||
"bt"
|
||||
],
|
||||
"name": "Telecom Manhole"
|
||||
}
|
||||
@@ -1812,6 +1812,10 @@
|
||||
"key": "manhole",
|
||||
"value": "drain"
|
||||
},
|
||||
{
|
||||
"key": "manhole",
|
||||
"value": "telecom"
|
||||
},
|
||||
{
|
||||
"key": "natural"
|
||||
},
|
||||
|
||||
Vendored
+4
@@ -4078,6 +4078,10 @@
|
||||
"name": "Storm Drain",
|
||||
"terms": "cover,drain,hole,rain,sewer,sewage,storm"
|
||||
},
|
||||
"manhole/telecom": {
|
||||
"name": "Telecom Manhole",
|
||||
"terms": "cover,phone,hole,telecom,telephone,bt"
|
||||
},
|
||||
"natural": {
|
||||
"name": "Natural",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user