@syncfusion/ej2-maps 20.1.55 → 20.2.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 +13 -42
- 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 +587 -246
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +581 -240
- 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 +63 -30
- 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 +83 -35
- package/src/maps/utils/helper.js +10 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,78 +8,49 @@
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
-
## 20.1.48 (2022-04-12)
|
|
12
|
-
|
|
13
11
|
### Maps
|
|
14
12
|
|
|
15
13
|
#### Bug Fixes
|
|
16
14
|
|
|
17
|
-
- `#
|
|
15
|
+
- `#I388045` - In mobile devices, the marker tooltip will now render properly when touched.
|
|
18
16
|
|
|
19
|
-
## 20.
|
|
17
|
+
## 20.2.36 (2022-06-30)
|
|
20
18
|
|
|
21
19
|
### Maps
|
|
22
20
|
|
|
23
21
|
#### New Features
|
|
24
22
|
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
|
|
23
|
+
- GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
|
|
24
|
+
- `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
|
|
25
|
+
- `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
|
|
30
26
|
|
|
31
|
-
##
|
|
27
|
+
## 20.1.59 (2022-06-07)
|
|
32
28
|
|
|
33
29
|
### Maps
|
|
34
30
|
|
|
35
31
|
#### Bug Fixes
|
|
36
32
|
|
|
37
|
-
-
|
|
38
|
-
- `#I369134` - When the `initialMarkerSelection` property is set, script errors are no longer thrown.
|
|
39
|
-
|
|
40
|
-
## 19.4.55 (2022-03-08)
|
|
41
|
-
|
|
42
|
-
### Maps
|
|
43
|
-
|
|
44
|
-
#### Bug Fixes
|
|
45
|
-
|
|
46
|
-
- `#I368368` - Drilldown of the Maps will now work properly in the mobile devices.
|
|
47
|
-
|
|
48
|
-
## 19.4.53 (2022-02-22)
|
|
33
|
+
- "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
|
|
49
34
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
#### Bug Fixes
|
|
53
|
-
|
|
54
|
-
- `#I367115` - `markerClick` event will be triggered properly in the Maps control.
|
|
55
|
-
|
|
56
|
-
## 19.4.48 (2022-01-31)
|
|
57
|
-
|
|
58
|
-
### Maps
|
|
59
|
-
|
|
60
|
-
#### Bug Fixes
|
|
61
|
-
|
|
62
|
-
- `#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".
|
|
63
|
-
|
|
64
|
-
## 19.4.47 (2022-01-25)
|
|
35
|
+
## 20.1.48 (2022-04-12)
|
|
65
36
|
|
|
66
37
|
### Maps
|
|
67
38
|
|
|
68
39
|
#### Bug Fixes
|
|
69
40
|
|
|
70
|
-
- `#
|
|
41
|
+
- `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
|
|
71
42
|
|
|
72
|
-
##
|
|
43
|
+
## 20.1.47 (2022-04-04)
|
|
73
44
|
|
|
74
45
|
### Maps
|
|
75
46
|
|
|
76
47
|
#### New Features
|
|
77
48
|
|
|
78
|
-
-
|
|
49
|
+
- Maps control now supports keyboard interaction for zooming, navigating, and other functions.
|
|
79
50
|
|
|
80
51
|
#### Bug Fixes
|
|
81
52
|
|
|
82
|
-
- `#
|
|
53
|
+
- `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
|
|
83
54
|
|
|
84
55
|
## 19.4.38 (2021-12-17)
|
|
85
56
|
|
|
@@ -458,4 +429,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
|
|
|
458
429
|
- **Data Labels** - Supports data label to provide additional information about the shapes.
|
|
459
430
|
- **Navigation Lines** - Lines can be rendered between various points in map.
|
|
460
431
|
- **Annotations** - Supports placing any HTML element on desired location in the map.
|
|
461
|
-
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
|
|
432
|
+
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
|