From dafd92d616c5491899cae5564ab10a7e6029e655 Mon Sep 17 00:00:00 2001 From: Hermes AI Bot Date: Fri, 26 Jun 2026 21:27:25 +0000 Subject: [PATCH] Initial commit: JGA Prag 2026 - interaktiver Tourenplan --- .gitignore | 2 + README.md | 48 ++++++ tourenplan-mit-tram.html | 357 +++++++++++++++++++++++++++++++++++++++ tourenplan.html | 255 ++++++++++++++++++++++++++++ 4 files changed, 662 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 tourenplan-mit-tram.html create mode 100644 tourenplan.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fa88ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1d2a46 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# 🥳 JGA-2026 – Prag Tourenplan + +Interaktiver Tourenplan für den Junggesellenabschied in Prag (25.–26. Juli 2026). + +## Inhalt + +- **`tourenplan.html`** — Karte mit allen 11 Locations (Hotel + 10 Attraktionen) +- **`tourenplan-mit-tram.html`** — Erweiterte Version mit 13 Tram-Linien & 10 Haltestellen eingezeichnet + +## So öffnest du die Karten + +1. Datei herunterladen +2. Doppelklick → öffnet im Browser +3. Zoom + Pan wie bei Google Maps +4. Klick auf Marker → Popup mit Adresse, Preis & Website + +## Die 11 Locations + +| Emoji | Location | Adresse | +|-------|----------|---------| +| 🏨 | Hotel Uno Prague | Štěchovická 2296/2a, Praha 10 | +| 🔐 | Endorfin Escape Games | Petrohradská 216/3, Praha 10 | +| 🏎️ | KartPlanet Praha | Mezitraťová, Praha 9 | +| ⛳ | Level Prague Minigolf | Národní 63/26, Praha 1 | +| 🎳 | Bowling Ovčín | Záběhlická 82, Praha 10 | +| 👻 | Mysterium Geister-Tour | Pařížská 6, Praha 1 | +| 🎯 | Prague Ranger (Schießstand) | Lublaňská 1729/23, Praha 2 | +| ⛵ | Beer Boat Prague | Štefánikův most, Praha 1 | +| 🎨 | Paintball Game Praha | Pod Císařkou, Praha 5 | +| 🔫 | Mercuria Laser Game Pankrác | Budějovická 409/1a, Praha 4 | +| 🔍 | Enigma Outdoor Adventure | stadtweit | + +## Tram-Linien + +13 Tram-Linien als Polylines eingezeichnet (3, 4, 5, 6, 9, 10, 13, 14, 16, 17, 18, 22, 24, 26). +Wichtige Haltestellen markiert: Na Hroudě (Hotel), Strašnická, Muzeum, Staroměstská, Národní třída, Jiráskovo náměstí, Vyšehrad, Pražského povstání, Pankrác, Svatoplukova, Náměstí Míru. + +## Hinweise + +- **Prague Ranger:** Range-Position wird vom Anbieter geheim gehalten → der offizielle Shuttle-Pickup ist markiert. Nach Buchung die echte GPS anfragen. +- **Enigma:** stadtweites App-Spiel ohne festen Startpunkt → Altstädter Ring als Symbolpunkt. +- **Level Minigolf** ist tatsächlich Indoor (im Máj-Haus), nicht Outdoor. + +## Datenquellen + +- OpenStreetMap (via Overpass API) für Tram-Linien und Haltestellen +- Nominatim (OpenStreetMap) für Adress-Geocoding +- Leaflet für die Karten-Darstellung diff --git a/tourenplan-mit-tram.html b/tourenplan-mit-tram.html new file mode 100644 index 0000000..eaa9cc9 --- /dev/null +++ b/tourenplan-mit-tram.html @@ -0,0 +1,357 @@ + + + + + +JGA Prag – Tourenplan + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/tourenplan.html b/tourenplan.html new file mode 100644 index 0000000..13d0dcf --- /dev/null +++ b/tourenplan.html @@ -0,0 +1,255 @@ + + + + + +JGA Prag – Tourenplan + + + + + +
+ + + + + \ No newline at end of file