Skip to content

Commit

Permalink
Some fix for globe compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlurie committed Oct 28, 2024
1 parent 653d036 commit c87bba5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MapTiler SDK Changelog

## NEXT
### Bug Fixes
- Navigation now relies on `Map` methods instead of `Transform` methods for bearing due to globe projection being available


## 2.4.0
### New Features
- Shows a warning message in the map container if WebGL context is lost
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maptiler/sdk",
"version": "2.4.0",
"version": "3.0.0",
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
"module": "dist/maptiler-sdk.mjs",
"types": "dist/maptiler-sdk.d.ts",
Expand Down

0 comments on commit c87bba5

Please sign in to comment.