forked from MapComplete/MapComplete
Extract some layers to standalone files
This commit is contained in:
parent
fa50e52afc
commit
663f01c21e
37 changed files with 3681 additions and 3741 deletions
|
@ -31,263 +31,6 @@
|
|||
"startZoom": 1,
|
||||
"widenFactor": 5,
|
||||
"layers": [
|
||||
{
|
||||
"id": "hackerspaces",
|
||||
"name": {
|
||||
"en": "Hackerspace",
|
||||
"de": "Hackerspaces",
|
||||
"ru": "Хакерспейс",
|
||||
"zh_Hant": "駭客空間",
|
||||
"hu": "Hackerspace"
|
||||
},
|
||||
"minzoom": 8,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Hackerspace",
|
||||
"de": "Hackerspace",
|
||||
"ru": "Хакерспейс",
|
||||
"zh_Hant": "駭客空間",
|
||||
"hu": "Hackerspace"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": " {name}",
|
||||
"de": " {name}",
|
||||
"ru": " {name}",
|
||||
"zh_Hant": " {name}",
|
||||
"hu": " {name}",
|
||||
"ca": " {name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"en": "Hackerspace",
|
||||
"de": "Hackerspace",
|
||||
"ru": "Хакерспейс",
|
||||
"zh_Hant": "駭客空間",
|
||||
"hu": "Hackerspace"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "is_makerspace",
|
||||
"question": {
|
||||
"en": "Is this a hackerspace or a makerspace?",
|
||||
"de": "Ist dies ein Hackerspace oder ein Makerspace?",
|
||||
"zh_Hant": "這邊是駭客空間還是創客空間?",
|
||||
"hu": "Ez hackerspace vagy makerspace?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "hackerspace=makerspace",
|
||||
"then": {
|
||||
"en": "This is a makerspace",
|
||||
"de": "Dies ist ein Makerspace",
|
||||
"zh_Hant": "這是創客空間",
|
||||
"hu": "Ez egy makerspace"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hackerspace=",
|
||||
"then": {
|
||||
"en": "This is a traditional (software oriented) hackerspace",
|
||||
"de": "Dies ist ein traditioneller (softwareorientierter) Hackerspace",
|
||||
"zh_Hant": "這是傳統的 (軟體導向) 駭客空間",
|
||||
"hu": "Ez egy hagyományos (szoftverekkel foglalkozó) hackerspace"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this hackerspace?",
|
||||
"de": "Wie lautet der Name dieses Hackerspace?",
|
||||
"zh_Hant": "這個駭客空間的名稱是?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This hackerspace is named <b>{name}</b>",
|
||||
"de": "Dieser Hackerspace heißt <b>{name}</b>",
|
||||
"zh_Hant": "這個駭客空間叫 <b>{name}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"id": "hackerspaces-name"
|
||||
},
|
||||
"website",
|
||||
"email",
|
||||
"phone",
|
||||
{
|
||||
"question": {
|
||||
"en": "When is this hackerspace opened?",
|
||||
"de": "Wann hat dieser Hackerspace geöffnet?",
|
||||
"zh_Hant": "這個駭客空間的營業時間?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
},
|
||||
"render": {
|
||||
"en": "{opening_hours_table()}",
|
||||
"de": "{opening_hours_table()}",
|
||||
"ru": "{opening_hours_table()}",
|
||||
"zh_Hant": "{opening_hours_table()}",
|
||||
"ca": "{opening_hours_table()}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"opening_hours=24/7"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Opened 24/7",
|
||||
"de": "durchgehend geöffnet",
|
||||
"ru": "Открыто 24/7",
|
||||
"zh_Hant": "24/7 營業",
|
||||
"ca": "Obert 24/7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "hackerspaces-opening_hours"
|
||||
},
|
||||
"wheelchair-access",
|
||||
{
|
||||
"id": "hs-club-mate",
|
||||
"question": {
|
||||
"en": "Does this hackerspace serve Club Mate?",
|
||||
"de": "Gibt es in diesem Hackerspace Club Mate?",
|
||||
"zh_Hant": "這個駭客空間是否服務俱樂部伙伴?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"drink:club-mate=yes"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This hackerspace serves club mate",
|
||||
"de": "In diesem Hackerspace gibt es Club Mate",
|
||||
"zh_Hant": "這個駭客空間服務俱樂部伙伴"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"drink:club-mate=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This hackerspace does not serve club mate",
|
||||
"de": "In diesem Hackerspace gibt es kein Club Mate",
|
||||
"zh_Hant": "這個駭客空間沒有服務俱樂部伙伴"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "This hackerspace was founded at {start_date}",
|
||||
"de": "Dieser Hackerspace wurde gegründet am {start_date}",
|
||||
"zh_Hant": "這駭客空間是 {start_date} 成立的"
|
||||
},
|
||||
"question": {
|
||||
"en": "When was this hackerspace founded?",
|
||||
"de": "Wann wurde dieser Hackerspace gegründet?",
|
||||
"zh_Hant": "這個駭客空間何時成立的?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "start_date",
|
||||
"type": "date"
|
||||
},
|
||||
"id": "hackerspaces-start_date"
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"leisure=hackerspace"
|
||||
],
|
||||
"title": {
|
||||
"en": "a hackerspace",
|
||||
"de": "eine hackerspace",
|
||||
"ru": "Хакерспейс",
|
||||
"zh_Hant": "駭客空間",
|
||||
"hu": "Hackerspace"
|
||||
},
|
||||
"description": {
|
||||
"en": "A hackerspace is an area where people interested in software gather",
|
||||
"de": "Ein Hackerspace ist ein Ort, an dem sich Menschen treffen, die sich für Software interessieren",
|
||||
"zh_Hant": "駭客空間是對軟體有興趣的人聚集的地方",
|
||||
"hu": "A hackerspace egy olyan hely, ahol szoftverek iránt érdeklő emberek találkoznak"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"leisure=hackerspace",
|
||||
"hackerspace=makerspace"
|
||||
],
|
||||
"title": {
|
||||
"en": "a makerspace",
|
||||
"de": "eine makerspace",
|
||||
"zh_Hant": "創客空間",
|
||||
"hu": "Makerspace"
|
||||
},
|
||||
"description": {
|
||||
"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, ...",
|
||||
"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."
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"leisure=hackerspace"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/hackerspaces/glider.svg",
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"hackerspace=makerspace"
|
||||
]
|
||||
},
|
||||
"then": "./assets/themes/hackerspaces/led.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#00f"
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"hackerspace"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue