2024-07-27 02:18:58 +02:00
{
2024-08-16 02:06:42 +02:00
"id" : "assisted_repair" ,
"name" : {
"en" : "Repair cafés and assisted repair workshops" ,
"de" : "Repair-Cafés und unterstützte Reparaturwerkstätten"
} ,
"description" : {
"en" : "A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles." ,
"de" : "Eine Selbsthilfewerkstatt ist ein Ort, an dem Menschen ihre Gegenstände mit Hilfe von Freiwilligen und den vor Ort verfügbaren Werkzeugen reparieren können. Ein Repair-Café ist eine Art von Veranstaltung, die regelmäßig nach denselben Prinzipien organisiert wird."
} ,
"source" : {
"osmTags" : "repair=assisted_self_service"
} ,
2024-07-27 02:18:58 +02:00
"minzoom" : 1 ,
2024-08-16 02:06:42 +02:00
"title" : {
"render" : {
"en" : "Workshop for assisted repair" ,
"de" : "Werkstatt für unterstützte Reparaturen"
} ,
"mappings" : [
{
"if" : "name~*" ,
"then" : {
"en" : "{name}" ,
"de" : "{name}"
}
}
]
} ,
2024-07-27 02:18:58 +02:00
"pointRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
"icon" : {
"render" : "gear" ,
"mappings" : [
{
"if" : {
"or" : [
"bicycle:repair=yes" ,
"service:bicycle:repair=yes"
]
} ,
"then" : "./assets/layers/hackerspace/bicycle.svg"
}
]
}
}
]
}
] ,
2024-08-16 02:06:42 +02:00
"lineRendering" : [
{
"width" : 1 ,
"color" : "blue"
}
] ,
"presets" : [
{
"title" : {
"en" : "an assisted repair workshop" ,
"de" : "Eine unterstützte Reparaturwerkstatt"
} ,
"tags" : [
"amenity=workshop" ,
"repair=assisted_self_service"
] ,
"description" : {
"en" : "A location with a permanent workshop where people can come to repair items with the help of volunteers." ,
"de" : "Ein Ort mit einer festen Werkstatt, in der Menschen mit Hilfe von Freiwilligen Gegenstände reparieren können."
}
}
] ,
2024-07-27 02:18:58 +02:00
"tagRenderings" : [
"images" ,
"preset_description" ,
{
"question" : {
2024-08-09 16:55:08 +02:00
"en" : "What is the name of this repair workshop?" ,
"de" : "Wie heißt diese Reparaturwerkstatt?"
2024-07-27 02:18:58 +02:00
} ,
"id" : "name" ,
"render" : {
2024-08-09 16:55:08 +02:00
"en" : "This workshop is called <b>{name}</b>" ,
"de" : "Diese Werkstatt heißt <b>{name}</b>"
2024-07-27 02:18:58 +02:00
} ,
"freeform" : {
"key" : "name"
}
} ,
"opening_hours_by_appointment" ,
"contact" ,
"mastodon" ,
"facebook" ,
{
"question" : {
2024-08-09 16:55:08 +02:00
"en" : "What type of items are repaired here?" ,
"de" : "Welche Art von Gegenständen wird hier repariert?"
2024-07-27 02:18:58 +02:00
} ,
"id" : "item:repair" ,
"mappings" : [
{
"if" : "service:mobile_phone:repair=yes" ,
"alsoShowIf" : "mobile_phone:repair=yes" ,
2024-07-29 14:40:55 +02:00
"addExtraTags" : [
"mobile_phone:repair="
] ,
2024-07-27 02:18:58 +02:00
"then" : {
2024-08-09 16:55:08 +02:00
"en" : "Mobile phones are repaired here" ,
"de" : "Mobiltelefone werden hier repariert"
2024-07-27 02:18:58 +02:00
} ,
"ifnot" : "service:mobile_phone:repair=no"
} ,
{
"if" : "service:computer:repair=yes" ,
"alsoShowIf" : "computer:repair=yes" ,
2024-07-29 14:40:55 +02:00
"addExtraTags" : [
"computer:repair="
] ,
2024-07-27 02:18:58 +02:00
"then" : {
2024-08-09 16:55:08 +02:00
"en" : "Computers are repaired here" ,
"de" : "Computer werden hier repariert"
2024-07-27 02:18:58 +02:00
} ,
"ifnot" : "service:computer:repair=no"
} ,
{
"if" : "service:bicycle:repair=yes" ,
"alsoShowIf" : "bicycle:repair=yes" ,
2024-07-29 14:40:55 +02:00
"addExtraTags" : [
"bicycle:repair="
] ,
2024-07-27 02:18:58 +02:00
"then" : {
2024-08-09 16:55:08 +02:00
"en" : "Bicycles are repaired here" ,
"de" : "Fahrräder werden hier repariert"
2024-07-27 02:18:58 +02:00
} ,
"ifnot" : "service:bicycle:repair=no"
} ,
{
"if" : "service:electronics:repair=yes" ,
"alsoShowIf" : "bicycle:repair=yes" ,
2024-07-29 14:40:55 +02:00
"addExtraTags" : [
"bicycle:repair="
] ,
2024-07-27 02:18:58 +02:00
"then" : {
2024-08-09 16:55:08 +02:00
"en" : "Electronic devices are repaired here" ,
"de" : "Elektronische Geräte werden hier repariert"
2024-07-27 02:18:58 +02:00
} ,
"ifnot" : "service:electronics:repair=no" ,
"icon" : "./assets/layers/recycling/small_electrical_appliances.svg"
} ,
{
"if" : "service:furniture:repair=yes" ,
"alsoShowIf" : "furniture:repair=yes" ,
2024-07-29 14:40:55 +02:00
"addExtraTags" : [
"furniture:repair="
] ,
2024-07-27 02:18:58 +02:00
"then" : {
2024-08-09 16:55:08 +02:00
"en" : "Furniture is repaired here" ,
"de" : "Möbel werden hier repariert"
2024-07-27 02:18:58 +02:00
} ,
"ifnot" : "service:furniture:repair=no" ,
"icon" : "./assets/layers/recycling/furniture.svg"
} ,
{
"if" : "service:clothes:repair=yes" ,
"alsoShowIf" : "clothes:repair=yes" ,
2024-07-29 14:40:55 +02:00
"addExtraTags" : [
"clothes:repair="
] ,
2024-07-27 02:18:58 +02:00
"then" : {
2024-08-09 16:55:08 +02:00
"en" : "Clothes are repaired here" ,
"de" : "Kleidung wird hier repariert"
2024-07-27 02:18:58 +02:00
} ,
"ifnot" : "service:clothes:repair=no" ,
"icon" : "./assets/layers/recycling/clothes.svg"
}
] ,
"multiAnswer" : true
}
] ,
"deletion" : { } ,
2024-08-16 02:06:42 +02:00
"allowMove" : true
2024-07-27 02:18:58 +02:00
}