mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Add phone term to telephone preset
This commit is contained in:
@@ -1144,6 +1144,9 @@
|
||||
"tags": {
|
||||
"amenity": "telephone"
|
||||
},
|
||||
"terms": [
|
||||
"phone"
|
||||
],
|
||||
"name": "Telephone"
|
||||
},
|
||||
"amenity/theatre": {
|
||||
|
||||
@@ -7,5 +7,8 @@
|
||||
"tags": {
|
||||
"amenity": "telephone"
|
||||
},
|
||||
"terms": [
|
||||
"phone"
|
||||
],
|
||||
"name": "Telephone"
|
||||
}
|
||||
Vendored
+1
-1
@@ -1006,7 +1006,7 @@
|
||||
},
|
||||
"amenity/telephone": {
|
||||
"name": "Telephone",
|
||||
"terms": ""
|
||||
"terms": "phone"
|
||||
},
|
||||
"amenity/theatre": {
|
||||
"name": "Theater",
|
||||
|
||||
Reference in New Issue
Block a user