ol-pmtiles 0.1.1; fix shape of reading tile data from getZxy [#225] (#232)

* ol-pmtiles 0.1.1; fix shape of reading tile data from getZxy [#225]

* update ol raster example [#225]
This commit is contained in:
Brandon Liu
2023-08-08 13:47:18 +08:00
committed by GitHub
parent d1ea859443
commit 6cd4a97d2a
6 changed files with 16 additions and 16 deletions

View File

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