@syncfusion/ej2-maps 20.1.59 → 20.2.36

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,82 +10,39 @@
10
10
 
11
11
  ### Maps
12
12
 
13
- #### Bug Fixes
14
-
15
- - "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
16
-
17
- ## 20.1.48 (2022-04-12)
18
-
19
- ### Maps
20
-
21
- #### Bug Fixes
22
-
23
- - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
24
-
25
- ## 20.1.47 (2022-04-04)
26
-
27
- ### Maps
28
-
29
13
  #### New Features
30
14
 
31
- - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
32
-
33
- #### Bug Fixes
34
-
35
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
36
-
37
- ## 19.4.56 (2022-03-15)
38
-
39
- ### Maps
40
-
41
- #### Bug Fixes
42
-
43
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
44
- - `#I369134` - When the `initialMarkerSelection` property is set, script errors are no longer thrown.
45
-
46
- ## 19.4.55 (2022-03-08)
15
+ - GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
16
+ - `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
17
+ - `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
47
18
 
48
- ### Maps
49
-
50
- #### Bug Fixes
51
-
52
- - `#I368368` - Drilldown of the Maps will now work properly in the mobile devices.
53
-
54
- ## 19.4.53 (2022-02-22)
19
+ ## 20.1.59 (2022-06-07)
55
20
 
56
21
  ### Maps
57
22
 
58
23
  #### Bug Fixes
59
24
 
60
- - `#I367115` - `markerClick` event will be triggered properly in the Maps control.
61
-
62
- ## 19.4.48 (2022-01-31)
63
-
64
- ### Maps
65
-
66
- #### Bug Fixes
67
-
68
- - `#I363761` - Script error will no longer be thrown when the display CSS property for the div element of the Maps control is set to "none".
25
+ - "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
69
26
 
70
- ## 19.4.47 (2022-01-25)
27
+ ## 20.1.48 (2022-04-12)
71
28
 
72
29
  ### Maps
73
30
 
74
31
  #### Bug Fixes
75
32
 
76
- - `#SF-360297` - The position of the zoom toolbar will now be proper when the float CSS style is set as "right" in the parent element of the Maps control.
33
+ - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
77
34
 
78
- ## 19.4.42 (2022-01-11)
35
+ ## 20.1.47 (2022-04-04)
79
36
 
80
37
  ### Maps
81
38
 
82
39
  #### New Features
83
40
 
84
- - When the `type` property of `legendSettings` property is set to "Markers", the `useMarkerShapes` property is exposed in the `legendSettings` to render the legend item shapes the same as the marker shapes.
41
+ - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
85
42
 
86
43
  #### Bug Fixes
87
44
 
88
- - `#SF-360297` - The position of the marker template will now be proper when the float CSS style is set as "right" in the parent element of the Maps control.
45
+ - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
89
46
 
90
47
  ## 19.4.38 (2021-12-17)
91
48
 
@@ -464,4 +421,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
464
421
  - **Data Labels** - Supports data label to provide additional information about the shapes.
465
422
  - **Navigation Lines** - Lines can be rendered between various points in map.
466
423
  - **Annotations** - Supports placing any HTML element on desired location in the map.
467
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
424
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.