mapcomplete/assets/themes/hackerspaces/hackerspaces.json

264 lines
7.2 KiB
JSON
Raw Normal View History

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",
"ru": "Хакерспейсы"
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",
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",
"zh_Hant": "在這份地圖上你可以看到駭客空間,新增或直接更新資料"
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",
2021-12-13 20:55:11 +01:00
"ru",
"zh_Hant"
2021-09-03 17:30:35 +02:00
],
"maintainer": "",
"icon": "./assets/themes/hackerspaces/glider.svg",
"version": "0",
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"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-25 17:59:12 +01:00
"de": "Hackerspace",
2021-12-13 20:55:11 +01:00
"ru": "Хакерспейс",
"zh_Hant": "駭客空間"
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",
"ru": "Хакерспейс"
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}",
"ru": " {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": "Хакерспейс",
"zh_Hant": "駭客空間"
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?",
"de": "Ist dies ein Hackerspace oder ein Makerspace?"
2021-09-03 17:30:35 +02:00
},
"mappings": [
{
"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",
"de": "Dies ist ein Makerspace"
2021-09-03 17:30: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",
"de": "Dies ist ein traditioneller (softwareorientierter) 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?",
"de": "Wie lautet der Name dieses Hackerspace?"
},
"render": {
2021-10-18 22:42:41 +02:00
"en": "This hackerspace is named <b>{name}</b>",
"de": "Dieser Hackerspace heißt <b>{name}</b>"
2021-09-03 17:30:35 +02:00
},
"freeform": {
"key": "name"
2021-09-26 19:59:51 +02:00
},
"id": "hackerspaces-name"
2021-09-03 17:30: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?",
"de": "Wann hat dieser Hackerspace geöffnet?"
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()}",
"ru": "{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",
"ru": "Открыто 24/7"
2021-09-03 17:30:35 +02:00
}
}
2021-09-26 19:59:51 +02:00
],
"id": "hackerspaces-opening_hours"
},
"wheelchair-access",
{
2021-09-26 20:08:40 +02:00
"id": "hs-club-mate",
"question": {
2021-10-18 22:42:41 +02:00
"en": "Does this hackerspace serve Club Mate?",
"de": "Gibt es in diesem Hackerspace Club Mate?"
},
"mappings": [
{
"if": {
"and": [
"drink:club-mate=yes"
]
},
"then": {
2021-10-18 22:42:41 +02:00
"en": "This hackerspace serves club mate",
"de": "In diesem Hackerspace gibt es Club Mate"
}
},
{
"if": {
"and": [
"drink:club-mate=no"
]
},
"then": {
2021-10-18 22:42:41 +02:00
"en": "This hackerspace does not serve club mate",
"de": "In diesem Hackerspace gibt es kein Club Mate"
}
}
]
},
{
"render": {
2021-10-18 22:42:41 +02:00
"en": "This hackerspace was founded at {start_date}",
"de": "Dieser Hackerspace wurde gegründet am {start_date}"
},
"question": {
2021-10-18 22:42:41 +02:00
"en": "When was this hackerspace founded?",
"de": "Wann wurde dieser Hackerspace gegründet?"
},
"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": "Хакерспейс",
"zh_Hant": "駭客空間"
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",
"zh_Hant": "駭客空間是對軟體有興趣的人聚集的地方"
2021-09-03 17:30:35 +02:00
}
},
{
"tags": [
"leisure=hackerspace",
"hackerspace=makerspace"
],
"title": {
2021-10-18 22:42:41 +02:00
"en": "Makerspace",
"de": "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, ...",
"de": "Ein Makerspace ist ein Ort, an dem Heimwerker-Enthusiasten zusammenkommen, um mit Elektronik zu experimentieren, wie Arduino, LED-Strips, ..."
2021-09-03 17:30:35 +02:00
}
}
],
"source": {
"osmTags": {
"and": [
"leisure=hackerspace"
]
}
},
"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"
}
]
},
"iconSize": {
"render": "40,40,center"
},
"location": [
"point",
"centroid"
]
},
{
"color": {
"render": "#00f"
},
"width": {
"render": "8"
}
}
]
2021-09-03 17:30:35 +02:00
}
]
}