Added Doctor/Dentist/Clinic Presets

This commit is contained in:
MaltaProject
2013-12-12 16:02:43 -04:00
parent 8fa2ec4e2a
commit 7d76ab1005
3 changed files with 82 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>"
+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": [
+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"