Merge pull request #4255 from M1dgard/physician

Make office=physician non-searchable
This commit is contained in:
Bryan Housel
2017-08-21 21:23:19 -04:00
committed by GitHub
5 changed files with 29 additions and 28 deletions

View File

@@ -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

View File

@@ -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": [

View File

@@ -11,7 +11,8 @@
"area"
],
"terms": [
"medic*"
"medic*",
"physician"
],
"tags": {
"amenity": "doctors"

View File

@@ -14,6 +14,6 @@
"tags": {
"office": "physician"
},
"terms": [],
"searchable": false,
"name": "Physician"
}

View File

@@ -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"