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" ,
2021-11-25 17:59:12 +01:00
"it" : "Hackerspace" ,
2022-01-06 15:37:57 +01:00
"ru" : "Хакерспейсы" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間" ,
"hu" : "Hackerspace-ek"
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" ,
2022-01-06 15:37:57 +01:00
"it" : "Una cartina degli hackerspace" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間的地圖" ,
"hu" : "Hackerspace-ek térképe"
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" ,
2021-12-13 20:55:11 +01:00
"it" : "Su questa cartina è possibile vedere gli hackerspace, aggiungerne di nuovi o aggiornare le informazioni tutto in maniera pratica" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "在這份地圖上你可以看到駭客空間,新增或直接更新資料" ,
"hu" : "Ezen a térképen hackerspace-ek láthatók, új hackerspace-eket lehet fölrajzolni vagy meglévők adatait frissíteni"
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
"layers" : [
{
"id" : "hackerspaces" ,
"name" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-25 17:59:12 +01:00
"de" : "Hackerspace" ,
2021-12-13 20:55:11 +01:00
"ru" : "Хакерспейс" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間" ,
"hu" : "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-25 17:59:12 +01:00
"de" : "Hackerspace" ,
2022-01-06 15:37:57 +01:00
"ru" : "Хакерспейс" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間" ,
"hu" : "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-25 17:59:12 +01:00
"de" : " {name}" ,
2022-01-06 15:37:57 +01:00
"ru" : " {name}" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : " {name}" ,
"hu" : " {name}"
2021-09-03 17:30:35 +02:00
}
}
]
} ,
"description" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-25 17:59:12 +01:00
"de" : "Hackerspace" ,
2021-12-13 20:55:11 +01:00
"ru" : "Хакерспейс" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間" ,
"hu" : "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?" ,
2022-01-06 15:37:57 +01:00
"de" : "Ist dies ein Hackerspace oder ein Makerspace?" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "這邊是駭客空間還是創客空間?" ,
"hu" : "Ez hackerspace vagy 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" ,
2022-01-06 15:37:57 +01:00
"de" : "Dies ist ein Makerspace" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "這是創客空間" ,
"hu" : "Ez egy 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" ,
2022-01-06 15:37:57 +01:00
"de" : "Dies ist ein traditioneller (softwareorientierter) Hackerspace" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "這是傳統的 (軟體導向) 駭客空間" ,
"hu" : "Ez egy hagyományos (szoftverekkel foglalkozó) hackerspace"
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?" ,
2022-01-06 15:37:57 +01:00
"de" : "Wie lautet der Name dieses Hackerspace?" ,
"zh_Hant" : "這個駭客空間的名稱是?"
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>" ,
2022-01-06 15:37:57 +01:00
"de" : "Dieser Hackerspace heißt <b>{name}</b>" ,
"zh_Hant" : "這個駭客空間叫 <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?" ,
2022-01-06 15:37:57 +01:00
"de" : "Wann hat dieser Hackerspace geöffnet?" ,
"zh_Hant" : "這個駭客空間的營業時間?"
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-25 17:59:12 +01:00
"de" : "{opening_hours_table()}" ,
2022-01-06 15:37:57 +01:00
"ru" : "{opening_hours_table()}" ,
"zh_Hant" : "{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-25 17:59:12 +01:00
"de" : "durchgehend geöffnet" ,
2022-01-06 15:37:57 +01:00
"ru" : "Открыто 24/7" ,
"zh_Hant" : "24/7 營業"
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?" ,
2022-01-06 15:37:57 +01:00
"de" : "Gibt es in diesem Hackerspace Club Mate?" ,
"zh_Hant" : "這個駭客空間是否服務俱樂部伙伴?"
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" ,
2022-01-06 15:37:57 +01:00
"de" : "In diesem Hackerspace gibt es Club Mate" ,
"zh_Hant" : "這個駭客空間服務俱樂部伙伴"
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" ,
2022-01-06 15:37:57 +01:00
"de" : "In diesem Hackerspace gibt es kein Club Mate" ,
"zh_Hant" : "這個駭客空間沒有服務俱樂部伙伴"
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}" ,
2022-01-06 15:37:57 +01:00
"de" : "Dieser Hackerspace wurde gegründet am {start_date}" ,
"zh_Hant" : "這駭客空間是 {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?" ,
2022-01-06 15:37:57 +01:00
"de" : "Wann wurde dieser Hackerspace gegründet?" ,
"zh_Hant" : "這個駭客空間何時成立的?"
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
}
] ,
"presets" : [
{
"tags" : [
"leisure=hackerspace"
] ,
"title" : {
2021-10-18 22:42:41 +02:00
"en" : "Hackerspace" ,
2021-11-25 17:59:12 +01:00
"de" : "Hackerspace" ,
2021-12-13 20:55:11 +01:00
"ru" : "Хакерспейс" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間" ,
"hu" : "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-12-13 20:55:11 +01:00
"de" : "Ein Hackerspace ist ein Ort, an dem sich Menschen treffen, die sich für Software interessieren" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "駭客空間是對軟體有興趣的人聚集的地方" ,
"hu" : "A hackerspace egy olyan hely, ahol szoftverek iránt érdeklő emberek találkoznak"
2021-09-03 17:30:35 +02:00
}
} ,
{
"tags" : [
"leisure=hackerspace" ,
"hackerspace=makerspace"
] ,
"title" : {
2021-10-18 22:42:41 +02:00
"en" : "Makerspace" ,
2022-01-06 15:37:57 +01:00
"de" : "Makerspace" ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "創客空間" ,
"hu" : "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, ..." ,
2022-01-06 15:37:57 +01:00
"de" : "Ein Makerspace ist ein Ort, an dem Heimwerker-Enthusiasten zusammenkommen, um mit Elektronik zu experimentieren, wie Arduino, LED-Strips, ..." ,
2022-01-27 01:33:28 +01:00
"zh_Hant" : "創客空間是 DIY 愛好者聚集在一起弄電子零件實驗,例如用 arduino、LEDstrips 等..." ,
"hu" : "A makerspace olyan hely, ahol a barkácsolás szerelmesei találkoznak, hogy olyan elektronikai eszközökkel kísérletezzenek, mint például az Arduino vagy a LEDstrips."
2021-09-03 17:30:35 +02:00
}
}
] ,
"source" : {
"osmTags" : {
"and" : [
"leisure=hackerspace"
]
}
2021-11-04 22:31:14 +01:00
} ,
"mapRendering" : [
{
"icon" : {
"render" : "./assets/themes/hackerspaces/glider.svg" ,
"mappings" : [
{
"if" : {
"and" : [
"hackerspace=makerspace"
]
} ,
2021-11-05 01:23:01 +01:00
"then" : "./assets/themes/hackerspaces/led.png"
2021-11-04 22:31:14 +01:00
}
]
} ,
"iconSize" : {
"render" : "40,40,center"
} ,
"location" : [
"point" ,
"centroid"
]
} ,
{
"color" : {
"render" : "#00f"
} ,
"width" : {
"render" : "8"
}
}
]
2021-09-03 17:30:35 +02:00
}
]
}