@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 +11 -54
- 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 +580 -240
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +574 -234
- 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 +12 -12
- package/src/maps/layers/bing-map.js +9 -3
- package/src/maps/layers/bubble.js +2 -6
- package/src/maps/layers/data-label.js +17 -18
- package/src/maps/layers/layer-panel.d.ts +13 -1
- package/src/maps/layers/layer-panel.js +198 -67
- package/src/maps/layers/legend.d.ts +4 -0
- package/src/maps/layers/legend.js +143 -55
- package/src/maps/layers/marker.js +4 -3
- package/src/maps/maps-model.d.ts +1 -1
- package/src/maps/maps.d.ts +7 -0
- package/src/maps/maps.js +61 -29
- package/src/maps/model/base-model.d.ts +5 -1
- package/src/maps/model/base.d.ts +5 -1
- package/src/maps/model/base.js +5 -5
- package/src/maps/model/theme.js +3 -0
- package/src/maps/user-interaction/highlight.js +8 -5
- package/src/maps/user-interaction/selection.js +38 -11
- package/src/maps/user-interaction/zoom.d.ts +1 -1
- package/src/maps/user-interaction/zoom.js +78 -30
- package/src/maps/utils/helper.js +10 -3
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
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
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
|
-
-
|
|
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
|
-
##
|
|
27
|
+
## 20.1.48 (2022-04-12)
|
|
71
28
|
|
|
72
29
|
### Maps
|
|
73
30
|
|
|
74
31
|
#### Bug Fixes
|
|
75
32
|
|
|
76
|
-
- `#
|
|
33
|
+
- `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
|
|
77
34
|
|
|
78
|
-
##
|
|
35
|
+
## 20.1.47 (2022-04-04)
|
|
79
36
|
|
|
80
37
|
### Maps
|
|
81
38
|
|
|
82
39
|
#### New Features
|
|
83
40
|
|
|
84
|
-
-
|
|
41
|
+
- Maps control now supports keyboard interaction for zooming, navigating, and other functions.
|
|
85
42
|
|
|
86
43
|
#### Bug Fixes
|
|
87
44
|
|
|
88
|
-
- `#
|
|
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.
|