2021-09-03 17:30:35 +02:00
{
"id" : "hackerspaces" ,
"title" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspaces" ,
2021-11-04 17:14:17 +01:00
"de" : "Hackerspaces" ,
"it" : "Hackerspace"
2021-09-03 17:30:35 +02:00
} ,
"shortDescription" : {
2021-10-18 22:42:41 +02:00
"en" : "A map of hackerspaces" ,
2021-11-04 17:14:17 +01:00
"de" : "Eine Karte von Hackerspaces" ,
"it" : "Una cartina degli hackerspace"
2021-09-03 17:30:35 +02:00
} ,
"description" : {
2021-10-18 22:42:41 +02:00
"en" : "On this map you can see hackerspaces, add a new hackerspace or update data directly" ,
2021-11-04 17:14:17 +01:00
"de" : "Auf dieser Karte können Sie Hackerspaces sehen, einen neuen Hackerspace hinzufügen oder Daten direkt aktualisieren" ,
"it" : "Su questa cartina è possibile vedere gli hackerspace, aggiungerne di nuovi o aggiornare le informazioni tutto in maniera pratica"
2021-09-03 17:30:35 +02:00
} ,
"language" : [
2021-10-18 22:42:41 +02:00
"en" ,
2021-11-04 17:14:17 +01:00
"de" ,
"it" ,
"eo"
2021-09-03 17:30:35 +02:00
] ,
"maintainer" : "" ,
"icon" : "./assets/themes/hackerspaces/glider.svg" ,
"version" : "0" ,
"startLat" : 0 ,
"startLon" : 0 ,
"startZoom" : 1 ,
2021-09-26 17:36:39 +02:00
"widenFactor" : 5 ,
2021-09-03 17:30:35 +02:00
"socialImage" : "" ,
"layers" : [
{
"id" : "hackerspaces" ,
"name" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Hackerspace" ,
"it" : "Hackerspace"
2021-09-03 17:30:35 +02:00
} ,
"minzoom" : 8 ,
"title" : {
"render" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Hackerspace" ,
"it" : "Hackerspace"
2021-09-03 17:30:35 +02:00
} ,
"mappings" : [
{
"if" : {
"and" : [
"name~*"
]
} ,
"then" : {
2021-10-18 22:42:41 +02:00
"en" : " {name}" ,
2021-11-04 17:14:17 +01:00
"de" : " {name}" ,
"eo" : " {name}" ,
"it" : " {name}"
2021-09-03 17:30:35 +02:00
}
}
]
} ,
"description" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Hackerspace" ,
"it" : "Hackerspace"
2021-09-03 17:30:35 +02:00
} ,
"tagRenderings" : [
{
2021-09-26 20:08:40 +02:00
"id" : "is_makerspace" ,
2021-09-03 17:30:35 +02:00
"question" : {
2021-10-18 22:42:41 +02:00
"en" : "Is this a hackerspace or a makerspace?" ,
2021-11-04 17:14:17 +01:00
"de" : "Ist dies ein Hackerspace oder ein Makerspace?" ,
"it" : "È un hackerspace o un makerspace?"
2021-09-03 17:30:35 +02:00
} ,
"mappings" : [
{
2021-09-04 00:25:35 +02:00
"if" : "hackerspace=makerspace" ,
2021-09-03 17:30:35 +02:00
"then" : {
2021-10-18 22:42:41 +02:00
"en" : "This is a makerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Dies ist ein Makerspace" ,
"it" : "Si tratta di un makerspace"
2021-09-03 17:30:35 +02:00
}
} ,
{
2021-09-04 00:25:35 +02:00
"if" : "hackerspace=" ,
2021-09-03 17:30:35 +02:00
"then" : {
2021-10-18 22:42:41 +02:00
"en" : "This is a traditional (software oriented) hackerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Dies ist ein traditioneller (softwareorientierter) Hackerspace" ,
"it" : "Si tratta di un hackerspace tradizionale (orientato al software)"
2021-09-03 17:30:35 +02:00
}
}
]
} ,
{
"question" : {
2021-10-18 22:42:41 +02:00
"en" : "What is the name of this hackerspace?" ,
2021-11-04 17:14:17 +01:00
"de" : "Wie lautet der Name dieses Hackerspace?" ,
"it" : "Qual è il nome di questo hackerspace?"
2021-09-04 00:25:35 +02:00
} ,
"render" : {
2021-10-18 22:42:41 +02:00
"en" : "This hackerspace is named <b>{name}</b>" ,
2021-11-04 17:14:17 +01:00
"de" : "Dieser Hackerspace heißt <b>{name}</b>" ,
"it" : "Questo hackerspace si chiama <b>{name}</b>"
2021-09-03 17:30:35 +02:00
} ,
"freeform" : {
2021-09-04 00:25:35 +02:00
"key" : "name"
2021-09-26 19:59:51 +02:00
} ,
"id" : "hackerspaces-name"
2021-09-03 17:30:35 +02:00
} ,
2021-09-04 00:25:35 +02:00
"website" ,
"email" ,
"phone" ,
2021-09-03 17:30:35 +02:00
{
"question" : {
2021-10-18 22:42:41 +02:00
"en" : "When is this hackerspace opened?" ,
2021-11-04 17:14:17 +01:00
"de" : "Wann hat dieser Hackerspace geöffnet?" ,
"it" : "Quando è aperto questo hackerspace?"
2021-09-03 17:30:35 +02:00
} ,
"freeform" : {
"key" : "opening_hours" ,
"type" : "opening_hours"
} ,
"render" : {
2021-10-18 22:42:41 +02:00
"en" : "{opening_hours_table()}" ,
2021-11-04 17:14:17 +01:00
"de" : "{opening_hours_table()}" ,
"eo" : "{opening_hours_table()}" ,
"it" : "{opening_hours_table()}"
2021-09-03 17:30:35 +02:00
} ,
"mappings" : [
{
"if" : {
"and" : [
"opening_hours=24/7"
]
} ,
"then" : {
2021-10-18 22:42:41 +02:00
"en" : "Opened 24/7" ,
2021-11-04 17:14:17 +01:00
"de" : "durchgehend geöffnet" ,
"it" : "Aperto sempre"
2021-09-03 17:30:35 +02:00
}
}
2021-09-26 19:59:51 +02:00
] ,
"id" : "hackerspaces-opening_hours"
2021-09-04 00:25:35 +02:00
} ,
"wheelchair-access" ,
{
2021-09-26 20:08:40 +02:00
"id" : "hs-club-mate" ,
2021-09-04 00:25:35 +02:00
"question" : {
2021-10-18 22:42:41 +02:00
"en" : "Does this hackerspace serve Club Mate?" ,
2021-11-04 17:14:17 +01:00
"de" : "Gibt es in diesem Hackerspace Club Mate?" ,
"it" : "In questo hackerspace si serve Club-Mate?"
2021-09-04 00:25:35 +02:00
} ,
"mappings" : [
{
"if" : {
"and" : [
"drink:club-mate=yes"
]
} ,
"then" : {
2021-10-18 22:42:41 +02:00
"en" : "This hackerspace serves club mate" ,
2021-11-04 17:14:17 +01:00
"de" : "In diesem Hackerspace gibt es Club Mate" ,
"it" : "In questo hackerspace viene servito Club-Mate"
2021-09-04 00:25:35 +02:00
}
} ,
{
"if" : {
"and" : [
"drink:club-mate=no"
]
} ,
"then" : {
2021-10-18 22:42:41 +02:00
"en" : "This hackerspace does not serve club mate" ,
2021-11-04 17:14:17 +01:00
"de" : "In diesem Hackerspace gibt es kein Club Mate" ,
"it" : "In questo hackerspace non viene servito Club-Mate"
2021-09-04 00:25:35 +02:00
}
}
]
} ,
{
"render" : {
2021-10-18 22:42:41 +02:00
"en" : "This hackerspace was founded at {start_date}" ,
2021-11-04 17:14:17 +01:00
"de" : "Dieser Hackerspace wurde gegründet am {start_date}" ,
"it" : "Questo hackerspace è stato creato il {start_date}"
2021-09-04 00:25:35 +02:00
} ,
"question" : {
2021-10-18 22:42:41 +02:00
"en" : "When was this hackerspace founded?" ,
2021-11-04 17:14:17 +01:00
"de" : "Wann wurde dieser Hackerspace gegründet?" ,
"it" : "Quando è stato creato questo hackerspace?"
2021-09-04 00:25:35 +02:00
} ,
"freeform" : {
"key" : "start_date" ,
"type" : "date"
2021-09-26 19:59:51 +02:00
} ,
"id" : "hackerspaces-start_date"
2021-09-03 17:30:35 +02:00
}
] ,
"icon" : {
"render" : "./assets/themes/hackerspaces/glider.svg" ,
"mappings" : [
{
"if" : {
"and" : [
"hackerspace=makerspace"
]
} ,
"then" : {
2021-10-18 22:42:41 +02:00
"en" : "./assets/themes/hackerspaces/led.png" ,
2021-11-04 17:14:17 +01:00
"de" : "./assets/themes/hackerspaces/led.png" ,
"eo" : "./assets/themes/hackerspaces/led.png" ,
"it" : "./assets/themes/hackerspaces/led.png"
2021-09-03 17:30:35 +02:00
}
}
]
} ,
"width" : {
"render" : "8"
} ,
"iconSize" : {
"render" : "40,40,center"
} ,
"color" : {
"render" : "#00f"
} ,
"presets" : [
{
"tags" : [
"leisure=hackerspace"
] ,
"title" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Hackerspace" ,
"it" : "Hackerspace"
2021-09-03 17:30:35 +02:00
} ,
"description" : {
2021-10-18 22:42:41 +02:00
"en" : "A hackerspace is an area where people interested in software gather" ,
2021-11-04 17:14:17 +01:00
"de" : "Ein Hackerspace ist ein Ort, an dem sich Menschen treffen, die sich für Software interessieren" ,
"it" : "Un hackerspace è un’ area dove si ritrovano le persone interessate al software"
2021-09-03 17:30:35 +02:00
}
} ,
{
"tags" : [
"leisure=hackerspace" ,
"hackerspace=makerspace"
] ,
"title" : {
2021-10-18 22:42:41 +02:00
"en" : "Makerspace" ,
2021-11-04 17:14:17 +01:00
"de" : "Makerspace" ,
"it" : "Makerspace"
2021-09-03 17:30:35 +02:00
} ,
"description" : {
2021-10-18 22:42:41 +02:00
"en" : "A makerspace is a place where DIY-enthusiasts gather to experiment with electronics such as arduino, LEDstrips, ..." ,
2021-11-04 17:14:17 +01:00
"de" : "Ein Makerspace ist ein Ort, an dem Heimwerker-Enthusiasten zusammenkommen, um mit Elektronik zu experimentieren, wie Arduino, LED-Strips, ..." ,
"it" : "Un makerspace è un luogo dove gli amanti del fai-da-te si ritrovano per sperimentare con dispositivi di elettronica come arduino, strisce LED, etc."
2021-09-03 17:30:35 +02:00
}
}
] ,
"wayHandling" : 2 ,
"source" : {
"osmTags" : {
"and" : [
"leisure=hackerspace"
]
}
}
}
]
}