fix(map): correct OSM marker to actual address (was 556m north-east)
All checks were successful
Lint / PHP Syntax Check (push) Successful in 59s
PHPUnit / PHP Unit Tests (push) Successful in 1m7s
Lint / HTML Lint (htmlhint) (push) Successful in 1m35s
Lint / CSS Lint (stylelint) (push) Successful in 1m41s

This commit is contained in:
Hermes
2026-06-14 17:06:03 +00:00
parent ac8b3f4d79
commit 41ade292c4

View File

@@ -262,7 +262,7 @@ $gridItems = [
<div class="lage-map-wrapper"> <div class="lage-map-wrapper">
<iframe <iframe
title="<?= htmlspecialchars($t('loc.map_title'), ENT_QUOTES) ?>" title="<?= htmlspecialchars($t('loc.map_title'), ENT_QUOTES) ?>"
src="https://www.openstreetmap.org/export/embed.html?bbox=10.7535%2C50.5095%2C10.7705%2C50.5185&amp;layer=mapnik&amp;marker=50.5140%2C10.7620" src="https://www.openstreetmap.org/export/embed.html?bbox=10.7424%2C50.5072%2C10.7524%2C50.5108&amp;layer=mapnik&amp;marker=50.5090%2C10.7474"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<p class="lage-address"> <p class="lage-address">
<strong><?= htmlspecialchars($t('loc.address'), ENT_QUOTES) ?>:</strong><br> <strong><?= htmlspecialchars($t('loc.address'), ENT_QUOTES) ?>:</strong><br>