Remove ref from healthcare fields, remove "general" specialist preset

This commit is contained in:
Bryan Housel
2017-09-13 11:40:44 -04:00
parent 6ca818268b
commit ba1fea6c98
5 changed files with 5 additions and 36 deletions
+1
View File
@@ -29336,6 +29336,7 @@
],
"fields": [
"name",
"speciality_clinic",
"address",
"building_area",
"opening_hours"
@@ -3,11 +3,10 @@
"fields": [
"name",
"operator",
"blood_components",
"address",
"building_area",
"blood_components",
"opening_hours",
"ref"
"opening_hours"
],
"geometry": [
"point",
+1 -2
View File
@@ -5,8 +5,7 @@
"operator",
"building_area",
"address",
"opening_hours",
"ref"
"opening_hours"
],
"geometry": [
"point",
+1 -2
View File
@@ -5,8 +5,7 @@
"operator",
"building_area",
"address",
"opening_hours",
"ref"
"opening_hours"
],
"geometry": [
"point",
@@ -1,29 +0,0 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"speciality",
"building_area",
"address",
"opening_hours",
"ref"
],
"geometry": [
"point",
"area"
],
"terms": [
"special"
],
"tags": {
"healthcare:speciality": "*"
},
"addTags": {
"healthcare:speciality": "general"
},
"removeTags": {
"healthcare:speciality": "general"
},
"name": "Healthcare Specialist"
}