Tile-Server: Isolations-Testseite /leaflet-vector-test (protomaps-leaflet + DACH, ohne App-Shell)
This commit is contained in:
parent
647aa684db
commit
736c326635
3 changed files with 53 additions and 0 deletions
23
backend/static/leaflet-vector-test.html
Normal file
23
backend/static/leaflet-vector-test.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!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 — Leaflet-Vektor-Isolationstest</title>
|
||||
<link rel="stylesheet" href="/css/leaflet.css">
|
||||
<style>
|
||||
html,body{margin:0;height:100%}
|
||||
#map{position:absolute;inset:0}
|
||||
#hud{position:absolute;top:10px;left:10px;z-index:1000;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:260px}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
<div id="hud"><b>Isolationstest</b><br>protomaps-leaflet + DACH-PMTiles<br><span id="status">init…</span></div>
|
||||
<script src="/js/leaflet.js"></script>
|
||||
<script src="/js/vendor/protomaps-leaflet.js"></script>
|
||||
<script src="/js/map-vector.js"></script>
|
||||
<script src="/js/leaflet-vector-test.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue