1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-18 14:53:51 +02:00
This commit is contained in:
Lukas Winkler 2023-06-02 11:50:24 +02:00
parent ef32bcca33
commit 24d7f48bad
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 36 additions and 0 deletions

View file

@ -47,5 +47,40 @@
],
"length": 16.48
}
},
{
"id": 1057984793,
"name": "Kunsthaus Graz",
"type": "prideFlag",
"sources": [
{
"type": "news",
"url": "https://www.ggg.at/2021/07/14/graz-hat-seinen-ersten-regenbogen-zebrastreifen/",
"date": "2021-07-14"
}
],
"geosource": {
"type": "OSMnodes",
"nodes": [
5018763236,
837234679,
837234667,
3799537313,
837234672
]
},
"geo": {
"coords": [
[
15.4344559,
47.0709822
],
[
15.4345887,
47.0709917
]
],
"length": 10.11
}
}
]

View file

@ -13,6 +13,7 @@ export class InfoButton extends Control {
const button = createElement('a');
button.dataset.navigo = ""
button.href = "/about"
button.title = "Mehr Informationen"
button.innerHTML = 'i';
const element = createElement('div');