@syncfusion/ej2-maps 20.1.48 → 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,74 +10,39 @@
10
10
 
11
11
  ### Maps
12
12
 
13
- #### Bug Fixes
14
-
15
- - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
16
-
17
- ## 20.1.47 (2022-04-04)
18
-
19
- ### Maps
20
-
21
13
  #### New Features
22
14
 
23
- - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
24
-
25
- #### Bug Fixes
26
-
27
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
28
-
29
- ## 19.4.56 (2022-03-15)
30
-
31
- ### Maps
32
-
33
- #### Bug Fixes
34
-
35
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
36
- - `#I369134` - When the `initialMarkerSelection` property is set, script errors are no longer thrown.
37
-
38
- ## 19.4.55 (2022-03-08)
39
-
40
- ### Maps
41
-
42
- #### Bug Fixes
43
-
44
- - `#I368368` - Drilldown of the Maps will now work properly in the mobile devices.
45
-
46
- ## 19.4.53 (2022-02-22)
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
- - `#I367115` - `markerClick` event will be triggered properly in the Maps control.
53
-
54
- ## 19.4.48 (2022-01-31)
19
+ ## 20.1.59 (2022-06-07)
55
20
 
56
21
  ### Maps
57
22
 
58
23
  #### Bug Fixes
59
24
 
60
- - `#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.
61
26
 
62
- ## 19.4.47 (2022-01-25)
27
+ ## 20.1.48 (2022-04-12)
63
28
 
64
29
  ### Maps
65
30
 
66
31
  #### Bug Fixes
67
32
 
68
- - `#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**.
69
34
 
70
- ## 19.4.42 (2022-01-11)
35
+ ## 20.1.47 (2022-04-04)
71
36
 
72
37
  ### Maps
73
38
 
74
39
  #### New Features
75
40
 
76
- - 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.
77
42
 
78
43
  #### Bug Fixes
79
44
 
80
- - `#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.
81
46
 
82
47
  ## 19.4.38 (2021-12-17)
83
48
 
@@ -456,4 +421,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
456
421
  - **Data Labels** - Supports data label to provide additional information about the shapes.
457
422
  - **Navigation Lines** - Lines can be rendered between various points in map.
458
423
  - **Annotations** - Supports placing any HTML element on desired location in the map.
459
- - **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.