add .js to OpenLayers imports [#451] (#452)

This commit is contained in:
Brandon Liu
2024-09-17 17:12:04 +08:00
committed by GitHub
parent 353a7611e8
commit 6ed85a28fb
5 changed files with 18 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/ol@v9.0.0/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v9.0.0/ol.css">
<script src="https://unpkg.com/ol-pmtiles@1.0.0/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/ol-pmtiles@1.0.1/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;