Spielereien
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Projekt Visualisierung</title>
|
||||
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Eine Test Karte</h1>
|
||||
|
||||
2
main.js
2
main.js
@@ -3,6 +3,6 @@ import maplibregl from "maplibre-gl";
|
||||
const map = new maplibregl.Map({
|
||||
container: 'map',
|
||||
style: 'https://tiles.openfreemap.org/styles/bright',
|
||||
center: [9.199592299999997, 52.260299116017976],
|
||||
center: [9.209385141689964, 52.26510225328077],
|
||||
zoom: 15
|
||||
});
|
||||
Reference in New Issue
Block a user