Merge pull request #2055 from MaltaProject/Doctors

Added Preset for Doctors, Clinic, & Dentists
This commit is contained in:
John Firebaugh
2013-12-12 12:14:31 -08:00
8 changed files with 176 additions and 0 deletions
+9
View File
@@ -429,12 +429,21 @@ en:
amenity/cinema:
name: Cinema
terms: "<translate with synonyms or related terms for 'Cinema', separated by commas>"
amenity/clinic:
name: Clinic
terms: "<translate with synonyms or related terms for 'Clinic', separated by commas>"
amenity/college:
name: College
terms: "<translate with synonyms or related terms for 'College', separated by commas>"
amenity/courthouse:
name: Courthouse
terms: "<translate with synonyms or related terms for 'Courthouse', separated by commas>"
amenity/dentist:
name: Dentist
terms: "<translate with synonyms or related terms for 'Dentist', separated by commas>"
amenity/doctor:
name: Doctor
terms: "<translate with synonyms or related terms for 'Doctor', separated by commas>"
amenity/drinking_water:
name: Drinking Water
terms: "<translate with synonyms or related terms for 'Drinking Water', separated by commas>"
+9
View File
@@ -0,0 +1,9 @@
{
"key": "type",
"type": "combo",
"options": [
"audio",
"video"
],
"label": "Type"
}
+61
View File
@@ -608,6 +608,27 @@
},
"name": "Cinema"
},
"amenity/clinic": {
"name": "Clinic",
"geometry": [
"point",
"area"
],
"terms": [
"clinic",
"medical clinic"
],
"tags": {
"amenity": "clinic"
},
"icon": "hospital",
"fields": [
"building_area",
"social_facility",
"address",
"opening_hours"
]
},
"amenity/college": {
"icon": "college",
"fields": [
@@ -640,6 +661,46 @@
},
"name": "Courthouse"
},
"amenity/dentist": {
"name": "Dentist",
"geometry": [
"point",
"area"
],
"terms": [
"dentist",
"dentist's office"
],
"tags": {
"amenity": "doctors"
},
"icon": "hospital",
"fields": [
"building_area",
"address",
"opening_hours"
]
},
"amenity/doctor": {
"name": "Doctor",
"geometry": [
"point",
"area"
],
"terms": [
"doctor",
"doctor's office"
],
"tags": {
"amenity": "doctors"
},
"icon": "hospital",
"fields": [
"building_area",
"address",
"opening_hours"
]
},
"amenity/drinking_water": {
"icon": "water",
"geometry": [
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Clinic",
"geometry": [
"point",
"area"
],
"terms": [
"clinic",
"medical clinic"
],
"tags": {
"amenity": "clinic"
},
"icon": "hospital",
"fields": [
"building_area",
"social_facility",
"address",
"opening_hours"
]
}
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Dentist",
"geometry": [
"point",
"area"
],
"terms": [
"dentist",
"dentist's office"
],
"tags": {
"amenity": "doctors"
},
"icon": "hospital",
"fields": [
"building_area",
"address",
"opening_hours"
]
}
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Doctor",
"geometry": [
"point",
"area"
],
"terms": [
"doctor",
"doctor's office"
],
"tags": {
"amenity": "doctors"
},
"icon": "hospital",
"fields": [
"building_area",
"address",
"opening_hours"
]
}
+24
View File
@@ -0,0 +1,24 @@
{
"name": "Studio",
"geometry": [
"point",
"area"
],
"terms": [
"recording studio",
"studio",
"radio",
"radio studio",
"television",
"television studio"
],
"tags": {
"amenity": "studio"
},
"icon": "music",
"fields": [
"building_area",
"studio_type",
"address"
]
}
+12
View File
@@ -997,6 +997,10 @@
"name": "Cinema",
"terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
},
"amenity/clinic": {
"name": "Clinic",
"terms": "clinic,medical clinic"
},
"amenity/college": {
"name": "College",
"terms": ""
@@ -1005,6 +1009,14 @@
"name": "Courthouse",
"terms": ""
},
"amenity/dentist": {
"name": "Dentist",
"terms": "dentist,dentist's office"
},
"amenity/doctor": {
"name": "Doctor",
"terms": "doctor,doctor's office"
},
"amenity/drinking_water": {
"name": "Drinking Water",
"terms": "water fountain,potable water"