style: replace OSM attribution with CLICKSPORTS Maps link
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 10s
Deploy Internet for Kids / Deploy (push) Successful in 7s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 7s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s

Same attribution pattern as held.de and other clicksports maps customers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-04 18:06:57 +03:00
parent 6950f914e2
commit e5ee29f1a9

View File

@@ -7,8 +7,7 @@
<style> <style>
body { margin: 0; overflow: hidden; } body { margin: 0; overflow: hidden; }
#map { width: 100%; height: 100vh; } #map { width: 100%; height: 100vh; }
.maplibregl-ctrl-attrib { font-size: 9px !important; opacity: 0.6; } .maplibregl-ctrl-attrib { display: none !important; }
.maplibregl-ctrl-attrib-button { display: none !important; }
.maplibregl-popup-content { font-size: 0.85rem; max-width: 260px; line-height: 1.4; } .maplibregl-popup-content { font-size: 0.85rem; max-width: 260px; line-height: 1.4; }
.ifk-popup-status { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 4px; font-weight: 600; font-size: 0.8rem; color: white; margin: 0.3rem 0; } .ifk-popup-status { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 4px; font-weight: 600; font-size: 0.8rem; color: white; margin: 0.3rem 0; }
.ifk-popup-age { display: flex; align-items: center; gap: 0.35rem; margin: 0.3rem 0; font-size: 0.8rem; color: #555; } .ifk-popup-age { display: flex; align-items: center; gap: 0.35rem; margin: 0.3rem 0; font-size: 0.8rem; color: #555; }
@@ -19,6 +18,7 @@ body { margin: 0; overflow: hidden; }
</head> </head>
<body> <body>
<div id="map"></div> <div id="map"></div>
<a href="https://clicksports.de/clicksports-maps" target="_blank" rel="noopener" style="position:fixed;bottom:4px;right:4px;font-size:9px;color:#666;text-decoration:none;z-index:10;opacity:0.7">CLICKSPORTS Maps</a>
<script src="/js/maplibre-gl.min.js"></script> <script src="/js/maplibre-gl.min.js"></script>
<script src="/js/topojson-client.min.js"></script> <script src="/js/topojson-client.min.js"></script>
<script> <script>