You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rd 1025 flyto then terrain does not work (#214)
* hotfix: Reformat latest changelog entry
* RD-1025: Fix enableTerrain call whilst camera is still undergoing flyTo
* RD-1025 Update changelog
* RD-1025 appease linter.
---------
Co-authored-by: Les Moffat <[email protected]>
* RD-1086 Fix minor spacebox bug (#215)
* RD-1086 Fix minor spacebox that triggered fade in when only colour was changed
* RD-1086 Update changelog
---------
Co-authored-by: Les Moffat <[email protected]>
* Rd 1086 reduce logging output (#217)
* RD-1066 Fix overlogging of extractCustomLayerStyle
* RD-1066 Update changelog, word console warning a little better.
* 3.6.0
* RD-1066 Remove superfluous code in demo file
---------
Co-authored-by: Les Moffat <[email protected]>
* RD-1099 fix terrain spacebox bug (#219)
* RD-1099 Only set space and halo style _after terrain has loaded_
* RC version bump for test release
* RD-1099 Appease linter
* RD-1099 refactor style application to spacebox
* RD-1099 version bump for RC release
* RD-1009 Remove superlfuous import
* RD-1009 Bump RC version
* RD-1009 Version bump for another RC release
* RD-1009: Add case to re-include the layer if it has been removed during setStyle
* RD-1009 Rework spacebox on style change
* RD-1009
- Fix Race condition in spacebox image loading
- version bump for rc release
* 3.5.1
* RD-1099 Update release
* RD-1099 Add comment to disable linter
* RD-1099 Remoe superfluous console.log
---------
Co-authored-by: Les Moffat <[email protected]>
---------
Co-authored-by: Les Moffat <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,28 @@
1
1
# MapTiler SDK Changelog
2
2
3
+
## 3.6.0
4
+
5
+
### ✨ Features and improvements
6
+
- None
7
+
8
+
### 🐛 Bug fixes
9
+
- Fixes bug where terrain does not load when `map.enableTerrain()` is called directly after `.flyTo`
10
+
- Adds `StyleDefinitionWithMetadata` as an accepted type to `setStyle` ([#216](https://github.com/maptiler/maptiler-sdk-js/issues/216))
11
+
- Adds condition to log calls in `extractCustomLayerStyle` ([#216](https://github.com/maptiler/maptiler-sdk-js/issues/216))
12
+
- Fix to spacebox where image was fading in and out when only color was changed.
13
+
- Fix to spacebox when, having been set from setStyle, with terrain activated, the map breaks
14
+
- Fix to spacebox where changes made via to setStyle were not always being propogated
15
+
- Resolved a race condition in `loadCubemapTexture` where WebGL draw calls could occur before all cubemap face textures were fully loaded. Texture setup is now performed only after _all_ cubemap faces have finished loading, rather than processing each face as it loads.
16
+
17
+
### Others
18
+
- None
19
+
3
20
## 3.5.0
4
-
- Now able to include cubemap background images and Earth radial gradient halo via `space` and `halo` in map constructor _or_ via `setSpace` or `setHalo` methods _or_ via incoming MT style spec.
5
-
- Additional bugfixes to spacebox
21
+
### ✨ Features and improvements
22
+
- Now able to include cubemap background images and Earth radial gradient halo via `space` and `halo` in map
23
+
constructor _or_ via `setSpace` or `setHalo` methods _or_ via incoming MT style spec.
0 commit comments