@syncfusion/ej2-maps 21.2.5 → 21.2.10
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 +107 -83
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +108 -84
- 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 +9 -9
- package/src/maps/layers/layer-panel.js +2 -0
- package/src/maps/user-interaction/zoom.js +104 -82
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,15 @@
|
|
|
12
12
|
|
|
13
13
|
#### Bug fixes
|
|
14
14
|
|
|
15
|
+
- `#I467601` - When the zoom factor is set to its initial value, the position of the marker template will now be correct when the zoom-out button is clicked.
|
|
16
|
+
- `#I467777` - Tile images of the online maps will no longer be selected.
|
|
17
|
+
|
|
18
|
+
## 21.2.5 (2023-05-16)
|
|
19
|
+
|
|
20
|
+
### Maps
|
|
21
|
+
|
|
22
|
+
#### Bug fixes
|
|
23
|
+
|
|
15
24
|
- `#I457059` - Marker template will now be properly clustered in the Maps component.
|
|
16
25
|
|
|
17
26
|
## 21.2.4 (2023-05-09)
|