Skip to content

Commit c87bba5

Browse files
committed
Some fix for globe compatibility
1 parent 653d036 commit c87bba5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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+
## NEXT
4+
### Bug Fixes
5+
- Navigation now relies on `Map` methods instead of `Transform` methods for bearing due to globe projection being available
6+
7+
38
## 2.4.0
49
### New Features
510
- Shows a warning message in the map container if WebGL context is lost

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"module": "dist/maptiler-sdk.mjs",
66
"types": "dist/maptiler-sdk.d.ts",

0 commit comments

Comments
 (0)