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
* hotfix: update changelog and readme with correct links to docs (#246)
Co-authored-by: Les Moffat <[email protected]>
* RD-1226 Bug is reproducible
* RD-1226 Implement fix for "Style Not Done loading" error when Image is used with spacebox.
* RD-1226 Update changelog
* RD-1226 Tidy up demos
* RD-1226 Appease linter and typecheck
* RD-1226 Remove unneeded changes
* RD-1226 Fix logic in setSpaceFromStyle
---------
Co-authored-by: Les Moffat <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,10 @@
12
12
-`ImageViewerMarker` class added. `ImageViewer`can now have markers positioned in image pixels.
13
13
14
14
15
-
### 🐛 Bug fixes
16
-
- fixes a bug where `map.getProjection()` did not return a value when default projection was used
15
+
### 🐛 Bug Fixes
16
+
- Fixes a bug where `map.getProjection()` did not return a value when default projection was used
17
+
- Fixes a bug where "Style Not Done Loading" error is thrown when an Image is used in conjunction with Spacebox.
18
+
- Fixes a bug where switching between remote styles causes flickering in Halo.
17
19
18
20
### ⚙️ Others
19
21
- Right to left text is now opt-out. `rtlTextPlugin` can be passed in the constructor options to opt-out of installing the RTL text-plugin or install a different RTL text-plugin. Without this option the behaviour will remain the same.
@@ -25,11 +27,12 @@
25
27
- Adds `enableHaloAnimations`, `enableSpaceAnimations`, `disableHaloAnimations`, `disableSpaceAnimations` to Map instance for toggling halo and space animations.
26
28
- Adds custom controls that can be styled however you wish and can do whatever you need, in both declarative (auto-detected) and programmatic way. See [the section in the readme](https://github.com/maptiler/maptiler-sdk-js#-custom-controls) for more info.
27
29
28
-
### 🐛 Bug fixes
29
-
- fixes a bug on `halo` where sharp edged stops cause noise to surface when scaled down.
30
-
- fixes bug where space would not load correctly when style is a URI.
31
-
- fixes a bug in the UMD module where space crashes when only a color is set.
32
-
- fixes a bug when `space: true` and no style is passed, `space` becomes unset.
30
+
### 🐛 Bug Fixes
31
+
- Fixes a bug on `halo` where sharp edged stops cause noise to surface when scaled down.
32
+
- Fixes bug where space would not load correctly when style is a URI.
33
+
- Fixes a bug in the UMD module where space crashes when only a color is set.
34
+
- Fixes a bug when `space: true` and no style is passed, `space` becomes unset.
35
+
33
36
34
37
⚙️ Others
35
38
- Removes superfluous dependencies from package.json
@@ -39,7 +42,7 @@
39
42
### ✨ Features and improvements
40
43
- Version Bump @maptiler/client to 2.5.0 adding `at`, `batch`, `computeOn`, `canParsePixelData` functions for working with elevations.
41
44
42
-
### 🐛 Bug fixes
45
+
### 🐛 Bug Fixes
43
46
- Includes workaround where internal event is not fired correctly and causes breaking of space box.
44
47
45
48
### Others
@@ -50,7 +53,7 @@
50
53
### ✨ Features and improvements
51
54
- None
52
55
53
-
### 🐛 Bug fixes
56
+
### 🐛 Bug Fixes
54
57
- Fixes a bug that breaks spacebox when projection is changed in style.json
55
58
56
59
### Others
@@ -61,7 +64,7 @@
61
64
### ✨ Features and improvements
62
65
- None
63
66
64
-
### 🐛 Bug fixes
67
+
### 🐛 Bug Fixes
65
68
- Fixes bug where terrain does not load when `map.enableTerrain()` is called directly after `.flyTo`
66
69
- Adds `StyleDefinitionWithMetadata` as an accepted type to `setStyle` ([#216](https://github.com/maptiler/maptiler-sdk-js/issues/216))
67
70
- Adds condition to log calls in `extractCustomLayerStyle` ([#216](https://github.com/maptiler/maptiler-sdk-js/issues/216))
@@ -86,7 +89,7 @@ constructor _or_ via `setSpace` or `setHalo` methods _or_ via incoming MT style
86
89
### ✨ Features and improvements
87
90
- Update Maplibre to 5.6.0
88
91
89
-
### 🐛 Bug fixes
92
+
### 🐛 Bug Fixes
90
93
- Fix for [RD-900](https://maptiler.atlassian.net/browse/RD-900?atlOrigin=eyJpIjoiOTRjZGRhYjg2Y2JhNGY2NGI2NzM2M2E1MGNkNjBmYWYiLCJwIjoiaiJ9)
91
94
92
95
### Others
@@ -103,7 +106,7 @@ constructor _or_ via `setSpace` or `setHalo` methods _or_ via incoming MT style
103
106
### ✨ Features and improvements
104
107
None
105
108
106
-
### 🐛 Bug fixes
109
+
### 🐛 Bug Fixes
107
110
- Fixes incorrect exports of some types from sdk helper functions.
108
111
109
112
### 🔧 Others
@@ -113,7 +116,7 @@ None
113
116
### ✨ Features and improvements
114
117
None
115
118
116
-
### 🐛 Bug fixes
119
+
### 🐛 Bug Fixes
117
120
-[RD-902](https://maptiler.atlassian.net/browse/RD-902?atlOrigin=eyJpIjoiNGM2NGQxNzg0ZjEzNGJlMGI3M2Y1YTM3YTIyNjdkMDkiLCJwIjoiaiJ9) Changes to use default import for maplibre-gl as it uses commonjs modules under the hood.
118
121
119
122
### 🔧 Others
@@ -132,7 +135,7 @@ None
132
135
### ✨ Features and improvements
133
136
None
134
137
135
-
### 🐛 Bug fixes
138
+
### 🐛 Bug Fixes
136
139
None
137
140
138
141
### 🔧 Others
@@ -142,7 +145,7 @@ Version bump for maptiler-client-js
142
145
### ✨ Features and improvements
143
146
Updates MapTiler Client JS version to include new MapStyles
144
147
145
-
### 🐛 Bug fixes
148
+
### 🐛 Bug Fixes
146
149
None
147
150
148
151
### 🔧 Others
@@ -152,7 +155,7 @@ None
152
155
### ✨ Features and improvements
153
156
None
154
157
155
-
### 🐛 Bug fixes
158
+
### 🐛 Bug Fixes
156
159
Fixes a bug that accesses undefined `projection` object in `Map.getProjection` method
157
160
158
161
### 🔧 Others
@@ -162,7 +165,7 @@ None
162
165
### ✨ Features and improvements
163
166
None
164
167
165
-
### 🐛 Bug fixes
168
+
### 🐛 Bug Fixes
166
169
None
167
170
168
171
### 🔧 Others
@@ -180,7 +183,7 @@ Restructuring of repo, additon of tests to check consistency of library exports.
180
183
* Globe projection support
181
184
*`MaptilerProjectionControl` to toggle Globe/Mercator projection
182
185
183
-
### 🐛 Bug fixes
186
+
### 🐛 Bug Fixes
184
187
* Navigation now relies on `Map` methods instead of `Transform` methods for bearing due to globe projection being available
0 commit comments