From 24d7f48bad189fb2d6cffb507552c795991ce697 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Fri, 2 Jun 2023 11:50:24 +0200 Subject: [PATCH] add Graz --- data/Steiermark.json | 35 +++++++++++++++++++++++++++++++++++ src/info.ts | 1 + 2 files changed, 36 insertions(+) diff --git a/data/Steiermark.json b/data/Steiermark.json index 1cbc3ae..08ca4d9 100644 --- a/data/Steiermark.json +++ b/data/Steiermark.json @@ -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 + } } ] diff --git a/src/info.ts b/src/info.ts index 7b0e599..cf8f323 100644 --- a/src/info.ts +++ b/src/info.ts @@ -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');