mirror of
https://github.com/Findus23/RainbowRoad.git
synced 2024-09-08 03:13:51 +02:00
add Graz
This commit is contained in:
parent
ef32bcca33
commit
24d7f48bad
2 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue