Skip to content

Commit 7c59f89

Browse files
lesbaaLes Moffat
andauthored
Rd 877 update maplibre (#183)
* RD-877 - Update Maplibre to 5.3.1 - fix broken demos * 3.2.0 * RD-877 Update readme * RD-877 Update changelog and MapTiler ClientJS version --------- Co-authored-by: Les Moffat <[email protected]>
1 parent 2af0486 commit 7c59f89

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MapTiler SDK Changelog
22

3+
## 3.2.0
4+
## ✨ Features and improvements
5+
- Updates Maplibre-gl to 5.3.1
6+
- Updates MapTiler Client to 2.3.2
7+
38
## 3.1.1
49
## ✨ Features and improvements
510
None

demos/05-transform-request.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<select name="mapstyles" id="mapstyles-picker"></select>
3232
</div>
3333

34+
<script src="../build/maptiler-sdk.umd.min.js"></script>
3435
<script src="assets/demo-utils.js"></script>
3536
<script>
3637

demos/06-handling-webgl-errors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
mapLeftTop.on("load", () => {
8787
setTimeout(() => {
8888
mapLeftTop.remove();
89-
mapLeftTop.getContainer().innerHTML = "Map removed successfully 🎉";
89+
mapLeftTop.getContainer().innerHTML = "Map removed successfully \uD83C\uDF89";
9090
}, 1000);
9191
});
9292
/* *** */

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"author": "MapTiler",
66
"module": "dist/maptiler-sdk.mjs",
@@ -78,10 +78,10 @@
7878
},
7979
"dependencies": {
8080
"@maplibre/maplibre-gl-style-spec": "^23.0.0",
81-
"@maptiler/client": "^2.3.1",
81+
"@maptiler/client": "^2.3.2",
8282
"events": "^3.3.0",
8383
"js-base64": "^3.7.7",
84-
"maplibre-gl": "^5.0.1",
84+
"maplibre-gl": "^5.3.1",
8585
"uuid": "^11.0.5"
8686
}
8787
}

0 commit comments

Comments
 (0)