Make office=physician non-searchable

and add term "physician" to amenity=doctors.
This commit is contained in:
M1dgard
2017-08-21 17:47:07 +02:00
parent d667ee6e89
commit 69e4201869
5 changed files with 29 additions and 28 deletions
+1 -2
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
@@ -3728,7 +3728,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
+21 -20
View File
@@ -1316,7 +1316,8 @@
"area"
],
"terms": [
"medic*"
"medic*",
"physician"
],
"tags": {
"amenity": "doctors"
@@ -10073,6 +10074,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": [
@@ -10455,25 +10475,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": [
+2 -1
View File
@@ -11,7 +11,8 @@
"area"
],
"terms": [
"medic*"
"medic*",
"physician"
],
"tags": {
"amenity": "doctors"
@@ -14,6 +14,6 @@
"tags": {
"office": "physician"
},
"terms": [],
"searchable": false,
"name": "Physician"
}
+4 -4
View File
@@ -1986,6 +1986,10 @@
{
"key": "office"
},
{
"key": "office",
"value": "physician"
},
{
"key": "office",
"value": "travel_agent"
@@ -2058,10 +2062,6 @@
"key": "office",
"value": "ngo"
},
{
"key": "office",
"value": "physician"
},
{
"key": "office",
"value": "political_party"