@syncfusion/ej2-maps 23.1.36 → 23.1.38

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 CHANGED
@@ -10,6 +10,14 @@
10
10
 
11
11
  ### Maps
12
12
 
13
+ #### Bug Fixes
14
+
15
+ - `#I497871` - After adding a marker using the `addMarker` method, marker locations will now be correct when zooming and panning is performed on the Maps.
16
+
17
+ ## 23.1.36 (2023-09-15)
18
+
19
+ ### Maps
20
+
13
21
  #### New Features
14
22
 
15
23
  - An animated transition will now occur on the initial rendering of data labels and not during any dynamic updates.
@@ -523,4 +531,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
523
531
  - **Data Labels** - Supports data label to provide additional information about the shapes.
524
532
  - **Navigation Lines** - Lines can be rendered between various points in map.
525
533
  - **Annotations** - Supports placing any HTML element on desired location in the map.
526
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
534
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.