banyaro/backend/static/maplibre-perf-test.html

23 lines
975 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Ban Yaro — MapLibre Perf-Test (600 Marker)</title>
<link rel="stylesheet" href="/js/vendor/maplibre-gl.css">
<style>
html,body{margin:0;height:100%}
#map{position:absolute;inset:0}
#hud{position:absolute;top:10px;left:10px;z-index:5;background:rgba(255,255,255,.92);
padding:8px 12px;border-radius:8px;font:13px system-ui,sans-serif;box-shadow:0 1px 6px rgba(0,0,0,.2);max-width:80vw}
</style>
</head>
<body>
<div id="map"></div>
<div id="hud"><b>MapLibre Perf-Test</b> — DACH-Basemap + 600 Cluster-Marker<br><span id="status">lädt…</span></div>
<script src="/js/vendor/maplibre-gl.js"></script>
<script src="/js/vendor/pmtiles.js"></script>
<script src="/js/map-gl-style.js"></script>
<script src="/js/maplibre-perf-test.js"></script>
</body>
</html>