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

@@ -1,6 +1,6 @@
{
"name": "ol-pmtiles",
"version": "0.1.0",
"version": "0.1.1",
"description": "PMTiles sources for OpenLayers",
"type": "module",
"main": "src/index.js",
@@ -26,7 +26,7 @@
"prettier-check": "prettier --check *.js"
},
"dependencies": {
"pmtiles": "^2.7.0"
"pmtiles": "^2.10.0"
},
"devDependencies": {
"esbuild": "^0.15.11"