Skip to content

Commit

Permalink
ol-pmtiles 1.0.2 (#460)
Browse files Browse the repository at this point in the history
* bump pmtiles to 3.1.0 [#384, #445]
  • Loading branch information
bdon authored Sep 19, 2024
1 parent ce959e5 commit d976d92
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion openlayers/examples/raster.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://unpkg.com/[email protected].1/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;
Expand Down
2 changes: 1 addition & 1 deletion openlayers/examples/vector.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://unpkg.com/[email protected].1/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;
Expand Down
12 changes: 6 additions & 6 deletions openlayers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-pmtiles",
"version": "1.0.1",
"version": "1.0.2",
"description": "PMTiles sources for OpenLayers",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prettier-check": "prettier --check *.js"
},
"dependencies": {
"pmtiles": "^3.0.7"
"pmtiles": "^3.1.0"
},
"devDependencies": {
"tsup": "^8.2.3",
Expand Down

0 comments on commit d976d92

Please sign in to comment.