mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Added source files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "type",
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"audio",
|
||||
"video"
|
||||
],
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user