Added source files

This commit is contained in:
MaltaProject
2013-12-12 16:07:12 -04:00
parent 7d76ab1005
commit b2da3c7ee6
5 changed files with 94 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"key": "type",
"type": "combo",
"options": [
"audio",
"video"
],
"label": "Type"
}
+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"
]
}