mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Remove ref from healthcare fields, remove "general" specialist preset
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"operator",
|
||||
"building_area",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"ref"
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user