mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 23:17:53 +02:00
Merge pull request #2055 from MaltaProject/Doctors
Added Preset for Doctors, Clinic, & Dentists
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "type",
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"audio",
|
||||
"video"
|
||||
],
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Vendored
+12
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user