mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Merge pull request #4255 from M1dgard/physician
Make office=physician non-searchable
This commit is contained in:
@@ -1707,7 +1707,7 @@ en:
|
||||
amenity/doctors:
|
||||
# amenity=doctors
|
||||
name: Doctor
|
||||
# 'terms: medic*'
|
||||
# 'terms: medic*,physician'
|
||||
terms: '<translate with synonyms or related terms for ''Doctor'', separated by commas>'
|
||||
amenity/dojo:
|
||||
# amenity=dojo
|
||||
@@ -3733,7 +3733,6 @@ en:
|
||||
office/physician:
|
||||
# office=physician
|
||||
name: Physician
|
||||
terms: '<translate with synonyms or related terms for ''Physician'', separated by commas>'
|
||||
office/political_party:
|
||||
# office=political_party
|
||||
name: Political Party
|
||||
|
||||
@@ -1316,7 +1316,8 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medic*"
|
||||
"medic*",
|
||||
"physician"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "doctors"
|
||||
@@ -10095,6 +10096,25 @@
|
||||
"terms": [],
|
||||
"name": "Office"
|
||||
},
|
||||
"office/physician": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "physician"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Physician"
|
||||
},
|
||||
"office/travel_agent": {
|
||||
"icon": "suitcase",
|
||||
"fields": [
|
||||
@@ -10477,25 +10497,6 @@
|
||||
"terms": [],
|
||||
"name": "NGO Office"
|
||||
},
|
||||
"office/physician": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "physician"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Physician"
|
||||
},
|
||||
"office/political_party": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medic*"
|
||||
"medic*",
|
||||
"physician"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "doctors"
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
"tags": {
|
||||
"office": "physician"
|
||||
},
|
||||
"terms": [],
|
||||
"searchable": false,
|
||||
"name": "Physician"
|
||||
}
|
||||
@@ -1990,6 +1990,10 @@
|
||||
{
|
||||
"key": "office"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "physician"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "travel_agent"
|
||||
@@ -2062,10 +2066,6 @@
|
||||
"key": "office",
|
||||
"value": "ngo"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "physician"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "political_party"
|
||||
|
||||
Reference in New Issue
Block a user