@syncfusion/ej2-maps 25.1.40 → 25.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/ej2-maps.min.js +2 -2
- package/dist/ej2-maps.umd.min.js +2 -2
- package/dist/ej2-maps.umd.min.js.map +1 -1
- package/dist/es6/ej2-maps.es2015.js +101 -106
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +101 -106
- package/dist/es6/ej2-maps.es5.js.map +1 -1
- package/dist/global/ej2-maps.min.js +2 -2
- package/dist/global/ej2-maps.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/maps/layers/data-label.js +1 -1
- package/src/maps/layers/layer-panel.d.ts +0 -1
- package/src/maps/layers/layer-panel.js +98 -103
- package/src/maps/utils/helper.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,15 @@
|
|
|
12
12
|
|
|
13
13
|
#### Bug Fixes
|
|
14
14
|
|
|
15
|
+
- `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming.
|
|
16
|
+
- `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning.
|
|
17
|
+
|
|
18
|
+
## 25.1.40 (2024-04-16)
|
|
19
|
+
|
|
20
|
+
### Maps
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
15
24
|
- `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
|
|
16
25
|
- `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.
|
|
17
26
|
|