@syncfusion/ej2-angular-maps 20.2.44 → 20.2.45-ngcc

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.
Files changed (137) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +867 -0
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-maps.js +800 -0
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -0
  5. package/CHANGELOG.md +531 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-maps.umd.js +1106 -0
  8. package/dist/ej2-angular-maps.umd.js.map +1 -0
  9. package/dist/ej2-angular-maps.umd.min.js +11 -0
  10. package/dist/ej2-angular-maps.umd.min.js.map +1 -0
  11. package/{syncfusion-ej2-angular-maps.d.ts → ej2-angular-maps.d.ts} +1 -1
  12. package/ej2-angular-maps.metadata.json +1 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +55 -0
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
  17. package/schematics/generators/maps-annotation/index.d.ts +3 -0
  18. package/schematics/generators/maps-annotation/index.js +8 -0
  19. package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
  20. package/schematics/generators/maps-annotation/sample-details.js +7 -0
  21. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
  22. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
  23. package/schematics/generators/maps-annotation/schema.d.ts +3 -0
  24. package/schematics/generators/maps-annotation/schema.js +2 -0
  25. package/schematics/generators/maps-annotation/schema.json +125 -0
  26. package/schematics/generators/maps-bubble/index.d.ts +3 -0
  27. package/schematics/generators/maps-bubble/index.js +8 -0
  28. package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
  29. package/schematics/generators/maps-bubble/sample-details.js +7 -0
  30. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  31. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  32. package/schematics/generators/maps-bubble/schema.d.ts +3 -0
  33. package/schematics/generators/maps-bubble/schema.js +2 -0
  34. package/schematics/generators/maps-bubble/schema.json +125 -0
  35. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  36. package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
  37. package/schematics/generators/maps-color-mapping/index.js +8 -0
  38. package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
  39. package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
  40. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  41. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  42. package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
  43. package/schematics/generators/maps-color-mapping/schema.js +2 -0
  44. package/schematics/generators/maps-color-mapping/schema.json +125 -0
  45. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  46. package/schematics/generators/maps-default/index.d.ts +3 -0
  47. package/schematics/generators/maps-default/index.js +8 -0
  48. package/schematics/generators/maps-default/sample-details.d.ts +5 -0
  49. package/schematics/generators/maps-default/sample-details.js +7 -0
  50. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  51. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  52. package/schematics/generators/maps-default/schema.d.ts +3 -0
  53. package/schematics/generators/maps-default/schema.js +2 -0
  54. package/schematics/generators/maps-default/schema.json +125 -0
  55. package/schematics/generators/maps-label/index.d.ts +3 -0
  56. package/schematics/generators/maps-label/index.js +8 -0
  57. package/schematics/generators/maps-label/sample-details.d.ts +5 -0
  58. package/schematics/generators/maps-label/sample-details.js +7 -0
  59. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  60. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  61. package/schematics/generators/maps-label/schema.d.ts +3 -0
  62. package/schematics/generators/maps-label/schema.js +2 -0
  63. package/schematics/generators/maps-label/schema.json +125 -0
  64. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  65. package/schematics/generators/maps-legend/index.d.ts +3 -0
  66. package/schematics/generators/maps-legend/index.js +8 -0
  67. package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
  68. package/schematics/generators/maps-legend/sample-details.js +7 -0
  69. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  70. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  71. package/schematics/generators/maps-legend/schema.d.ts +3 -0
  72. package/schematics/generators/maps-legend/schema.js +2 -0
  73. package/schematics/generators/maps-legend/schema.json +125 -0
  74. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  75. package/schematics/generators/maps-marker/index.d.ts +3 -0
  76. package/schematics/generators/maps-marker/index.js +8 -0
  77. package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
  78. package/schematics/generators/maps-marker/sample-details.js +7 -0
  79. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  80. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  81. package/schematics/generators/maps-marker/schema.d.ts +3 -0
  82. package/schematics/generators/maps-marker/schema.js +2 -0
  83. package/schematics/generators/maps-marker/schema.json +125 -0
  84. package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
  85. package/schematics/generators/maps-navigation-line/index.js +8 -0
  86. package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
  87. package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
  88. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
  89. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  90. package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
  91. package/schematics/generators/maps-navigation-line/schema.js +2 -0
  92. package/schematics/generators/maps-navigation-line/schema.json +125 -0
  93. package/schematics/generators/maps-osm/index.d.ts +3 -0
  94. package/schematics/generators/maps-osm/index.js +8 -0
  95. package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
  96. package/schematics/generators/maps-osm/sample-details.js +7 -0
  97. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  98. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  99. package/schematics/generators/maps-osm/schema.d.ts +3 -0
  100. package/schematics/generators/maps-osm/schema.js +2 -0
  101. package/schematics/generators/maps-osm/schema.json +125 -0
  102. package/schematics/ng-add/index.d.ts +3 -0
  103. package/schematics/ng-add/index.js +9 -0
  104. package/schematics/ng-add/schema.d.ts +13 -0
  105. package/schematics/ng-add/schema.js +2 -0
  106. package/schematics/ng-add/schema.json +34 -0
  107. package/schematics/tsconfig.json +25 -0
  108. package/schematics/utils/lib-details.d.ts +4 -0
  109. package/schematics/utils/lib-details.js +6 -0
  110. package/schematics/utils/lib-details.ts +2 -2
  111. package/src/maps/annotations.directive.d.ts +0 -5
  112. package/src/maps/bubblesettings.directive.d.ts +0 -5
  113. package/src/maps/colormapping.directive.d.ts +0 -5
  114. package/src/maps/initialshapeselection.directive.d.ts +0 -5
  115. package/src/maps/layers.directive.d.ts +4 -9
  116. package/src/maps/maps-all.module.d.ts +0 -6
  117. package/src/maps/maps.component.d.ts +0 -3
  118. package/src/maps/maps.module.d.ts +0 -13
  119. package/src/maps/markersettings.directive.d.ts +0 -5
  120. package/src/maps/navigationlinesettings.directive.d.ts +0 -5
  121. package/esm2020/public_api.mjs +0 -3
  122. package/esm2020/src/index.mjs +0 -12
  123. package/esm2020/src/maps/annotations.directive.mjs +0 -62
  124. package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
  125. package/esm2020/src/maps/colormapping.directive.mjs +0 -61
  126. package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
  127. package/esm2020/src/maps/layers.directive.mjs +0 -64
  128. package/esm2020/src/maps/maps-all.module.mjs +0 -65
  129. package/esm2020/src/maps/maps.component.mjs +0 -160
  130. package/esm2020/src/maps/maps.module.mjs +0 -88
  131. package/esm2020/src/maps/markersettings.directive.mjs +0 -73
  132. package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
  133. package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
  134. package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -728
  135. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
  136. package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -728
  137. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,531 @@
1
+ <!-- markdownlint-disable MD010 -->
2
+
3
+
4
+ <!-- markdownlint-disable MD030 -->
5
+
6
+
7
+ <!-- markdownlint-disable MD004 -->
8
+
9
+
10
+ # Changelog
11
+
12
+ ## [Unreleased]
13
+
14
+ ## 20.2.43 (2022-08-08)
15
+
16
+ ### Maps
17
+
18
+ #### New Features
19
+
20
+ - `#I390757` - As an alternative to the `click` event, the `onclick` event is exposed.
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I392653` - The `content` property in the event argument can now be used to customize the layer tooltip with format in the `tooltipRender` event.
25
+ - `#F174180` - Maps will function properly when adding and removing layers via the `zoom` event.
26
+
27
+ ## 20.2.38 (2022-07-12)
28
+
29
+ ### Maps
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I388045` - In mobile devices, the marker tooltip will now render properly when touched.
34
+
35
+ ## 20.2.36 (2022-06-30)
36
+
37
+ ### Maps
38
+
39
+ #### New Features
40
+
41
+ - GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
42
+ - `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
43
+ - `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
44
+
45
+ ## 20.1.59 (2022-06-07)
46
+
47
+ ### Maps
48
+
49
+ #### Bug Fixes
50
+
51
+ - "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
52
+
53
+ ## 20.1.48 (2022-04-12)
54
+
55
+ ### Maps
56
+
57
+ #### Bug Fixes
58
+
59
+ - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
60
+
61
+ ## 20.1.47 (2022-04-04)
62
+
63
+ ### Maps
64
+
65
+ #### New Features
66
+
67
+ - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
68
+
69
+ #### Bug Fixes
70
+
71
+ - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
72
+
73
+ ## 19.4.38 (2021-12-17)
74
+
75
+ ### Maps
76
+
77
+ #### New Features
78
+
79
+ - GeoJSON maps with "LineString" geometry type is now supported in the Maps control.
80
+ - When the `animationDuration` property is set, the zooming of map service providers such as OSM, Bing, and others is now smoother.
81
+
82
+ #### Bug Fixes
83
+
84
+ - `#F163990` - When the `imageUrlValuePath` property is set as the source image for the markers, image type markers will render properly.
85
+
86
+ ## 19.3.46 (2021-10-19)
87
+
88
+ ### Maps
89
+
90
+ #### Bug Fixes
91
+
92
+ - Script error will not be thrown when a shape is selected without binding the data source to the Maps.
93
+
94
+ ## 19.3.44 (2021-10-05)
95
+
96
+ ### Maps
97
+
98
+ #### Bug Fixes
99
+
100
+ - `#I342201` - When the `projectionType` is set to `Equirectangular`, data labels will now render correctly.
101
+
102
+ ## 19.1.59 (2021-05-04)
103
+
104
+ ### Maps
105
+
106
+ #### Bug Fixes
107
+
108
+ - `#F164278` - `click` event will now work properly in the mobile devices.
109
+
110
+ ## 19.1.57 (2021-04-20)
111
+
112
+ ### Maps
113
+
114
+ #### Bug Fixes
115
+
116
+ - `#318561` - When the `height` property is set to a percentage value, Maps can now render with proper height of the parent element.
117
+
118
+ ## 19.1.56 (2021-04-13)
119
+
120
+ ### Maps
121
+
122
+ #### New Features
123
+
124
+ - `#315251` - The `opacity` property for `border` in `shapeSettings` is exposed to provide opacity for the border of the shapes.
125
+
126
+ #### Bug Fixes
127
+
128
+ - `#F163539` - The data labels will now render properly when the value of `labelPath` of `dataLabelSettings` is different from the value of `shapePropertyPath` and `shapeDataPath`.
129
+
130
+ ## 19.1.54 (2021-03-30)
131
+
132
+ ### Maps
133
+
134
+ #### Bug Fixes
135
+
136
+ - `#312465` - When the `zoomFactor` property is set as 0 in the tile maps, it now renders properly.
137
+ - `#311273` - The `imageUrlValuePath` property now correctly renders markers as images.
138
+ - `#312865` - Markers will now render properly when they are added dynamically in the click event with "Normal" geometry type maps.
139
+ - `#317398` - `shapeSelection` method will now work properly with multi-layers on the Maps.
140
+
141
+ ## 18.4.39 (2021-01-28)
142
+
143
+ ### Maps
144
+
145
+ #### New Features
146
+
147
+ - `#306094` - `borderWidthValuePath` and `borderColorValuePath` properties are exposed to set border width and color to individual shapes using data source values.
148
+
149
+ #### Bug Fixes
150
+
151
+ - `#307853` - The property in the JSON for the maps shape data can now be displayed in the tooltip template.
152
+
153
+ ## 18.4.30 (2020-12-17)
154
+
155
+ ### Maps
156
+
157
+ #### Bug Fixes
158
+
159
+ - `#302270` - The position of the marker cluster will now render properly when the Map control is positioned in an absolute location.
160
+
161
+ ## 18.3.51 (2020-11-24)
162
+
163
+ ### Maps
164
+
165
+ #### Bug Fixes
166
+
167
+ - `#301355` - The balloon marker will now select properly with `initialMarkerSelection`.
168
+
169
+ ## 18.3.44 (2020-10-27)
170
+
171
+ ### Maps
172
+
173
+ #### Bug Fixes
174
+
175
+ - `#298697` - The font style of legend and data labels will be now set properly.
176
+
177
+ ## 18.3.42 (2020-10-20)
178
+
179
+ ### Maps
180
+
181
+ #### Bug Fixes
182
+
183
+ - `#292757` - `doubleClick` event will now be triggered properly.
184
+
185
+ ## 18.3.40 (2020-10-13)
186
+
187
+ ### Maps
188
+
189
+ #### Bug Fixes
190
+
191
+ - `#292757` - The multiple tile maps in a single page will now work properly.
192
+
193
+ ## 18.3.35 (2020-10-01)
194
+
195
+ ### Maps
196
+
197
+ #### New Features
198
+
199
+ `#291448` - A property `isShapeSelected` is exposed in the event arguments of the click event to specify whether the map shape is selected or not.
200
+
201
+
202
+ #### Bug Fixes
203
+
204
+ - `#F157226` - Marker clusters will now render properly when the markers are added dynamically to the maps.
205
+ - `#289864` - Hyperlinks added in the tooltip template will now be clickable in the click action.
206
+ - `#289034` - Panning will now work properly on mobile devices.
207
+ - `#287918` - Markers will now render properly when the animation duration is greater than 0.
208
+ - `#285727` - Outline for the shapes will no longer appear when clicking on it.
209
+
210
+ ## 18.2.47 (2020-07-28)
211
+
212
+ ### Maps
213
+
214
+ #### Bug Fixes
215
+
216
+ - `#285727` - Outline for the shapes will no longer appear when clicking on it.
217
+
218
+ ## 18.2.44 (2020-07-07)
219
+
220
+ ### Maps
221
+
222
+ #### New Features
223
+
224
+ - The data manager support for bubble and marker data source is now available.
225
+ - `Google` enum value is provided in `ShapeLayerType` to render the Google maps in the Maps control.
226
+ - `#280380` - `isResized` argument is exposed in the `loaded` event argument for indicating that the component is resized.
227
+
228
+ - The data manager support for bubble and marker data source is now available.
229
+ - `Google` enum value is provided in `ShapeLayerType` to render the Google maps in the Maps control.
230
+
231
+ #### Bug Fixes
232
+
233
+ - `#278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
234
+ - `#280380` - The center position property will be maintained when the zooming operation is done after the reset zoom.
235
+
236
+ - `#I278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
237
+
238
+ ## 17.4.39 (2019-12-17)
239
+
240
+ ### Maps
241
+
242
+ #### New Features
243
+
244
+ - `#I244108`, `#I240060`, `#I247767`, `#I250088` - Provided support to zoom the maps initially, based on the marker’s location.
245
+ - `#I248021` - Provided support to cluster and expand markers with the same latitude and longitude values.
246
+ - `#I253516` - Provided clustering support for marker templates.
247
+ - `#I255189` - Improved the `markerClusterClick` event to get the hidden cluster collection details.
248
+ - `#I242130` - Provided support to select or deselect the shapes dynamically and on initial rendering.
249
+ - `#I248172` - Provided support to show tooltip on tap/click.
250
+ - `F146103`, `F147309` - Provided support to bind the shapes and colors to the markers from the data source.
251
+
252
+ ## 17.3.21 (2019-10-30)
253
+
254
+ ### Maps
255
+
256
+ #### New Features
257
+
258
+ - Improved the marker cluster appearance for duplicate markers.
259
+
260
+ ## 17.3.14 (2019-10-03)
261
+
262
+ ### Maps
263
+
264
+ #### Bug Fixes
265
+
266
+ - `F147309` - Issue in adding sub layer in the 'OpenStreetMap' has been resolved.
267
+
268
+ ## 17.3.9-beta (2019-09-20)
269
+
270
+ ### Maps
271
+
272
+ #### New Features
273
+
274
+ - The toggle option has been provided for legend. So, if you toggle the legend, the given color will be changed to the corresponding shape item.
275
+
276
+ ## 17.2.41 (2019-08-14)
277
+
278
+ ### Maps
279
+
280
+ #### Bug Fixes
281
+
282
+ - `#244108` - The issue with legend border that does not disappear when hover over the legend item has been fixed.
283
+ - The issue with tooltip was not working in Internet Explorer 11 browser has been fixed.
284
+
285
+ ## 17.2.40 (2019-08-06)
286
+
287
+ ### Maps
288
+
289
+ #### Bug Fixes
290
+
291
+ - `#I243271` - The issue with changing text in our component when the text argument is changed in the datalabelRendering event has been fixed.
292
+ - `#I243499` - The issue with arrow option in the navigation line has been fixed.
293
+ - `#I238404` - The issue with bubble color and size when using point type shape data has been fixed.
294
+
295
+ ## 17.2.39 (2019-07-30)
296
+
297
+ ### Maps
298
+
299
+ #### Bug Fixes
300
+
301
+ - `#I240804` - The issue with dynamically updating the zoom factor along with the initial case of the zoom factor has been fixed.
302
+ - `#I240836` - The issue with border that was not applied for marker highlight and selection has been fixed.
303
+
304
+ ## 17.2.36 (2019-07-24)
305
+
306
+ ### Maps
307
+
308
+ #### Bug Fixes
309
+
310
+ - `#I240833` - Some labels disappear when you change "colorMapping" and refresh the map issue has been fixed.
311
+ - `I240804` - The issue with dynamically updating the zoom factor has been fixed
312
+ - `I241873` - The issue with zooming the map component with a single click has been fixed
313
+
314
+ ## 17.2.35 (2019-07-17)
315
+
316
+ ### Maps
317
+
318
+ #### Bug Fixes
319
+
320
+ - `#I240835` - Highlight border thickness on the shape is huge when hovering on the legend item, it does not set as we given in code issue has been fixed
321
+ - `#I240836` - Marker highlight and selection settings do not make a difference issue has been fixed
322
+ - `#I240834` - Interactive legend is not working while changing data source issue has been fixed.
323
+
324
+ ## 17.2.34 (2019-07-11)
325
+
326
+ ### Maps
327
+
328
+ #### Bug Fixes
329
+
330
+ - `#F143717` - Zooming toolbar position misalign problem that occurs when there are multiple elements in DOM has been fixed
331
+ - `#I238404` - The issue that occurs when rendering bubble for point type Shape Data has been fixed
332
+ - `#I238839` - The console error that occurs when mouse leaves from the maps Shapes with legend hide option has been resolved
333
+
334
+ ## 17.1.32-beta (2019-03-13)
335
+
336
+ ### Maps
337
+
338
+ #### Bug Fixes
339
+
340
+ - Now, the border style is applied properly to the shapes when performing selection.
341
+
342
+ ## 16.4.55 (2019-02-27)
343
+
344
+ ### Maps
345
+
346
+ #### Bug Fixes
347
+
348
+ - Changed the OSM and Bing maps URL from http to https.
349
+
350
+ ## 16.4.53 (2019-02-13)
351
+
352
+ ### Maps
353
+
354
+ #### Bug Fixes
355
+
356
+ - Padding issue for OSM type layers resolved now.
357
+
358
+ ## 16.4.40-beta (2018-12-10)
359
+
360
+ ### Maps
361
+
362
+ #### New Features
363
+
364
+ - Support has been added for desaturation color mapping.
365
+ - Support has been added to hide specific legend items and bind legend text from data source.
366
+ - Support has been added for highlighting or selecting the legend items along with shapes.
367
+ - Support has been added to specify multiple fields in the data source for **shapePropertyPath**.
368
+ - Events has been added for zoom-in and zoom-out.
369
+
370
+ ## 16.3.33 (2018-11-20)
371
+
372
+ ### Maps
373
+
374
+ #### Bug Fixes
375
+
376
+ - Now map is rendering properly in universal applications
377
+ - Now panning works properly without freezing
378
+
379
+ ## 16.3.22 (2018-09-25)
380
+
381
+ ### Maps
382
+
383
+ #### Bug Fixes
384
+
385
+ - Now the data labels are rendering properly with numeric values.
386
+
387
+ ## 16.3.17 (2018-09-12)
388
+
389
+ ### Maps
390
+
391
+ #### Breaking Changes
392
+
393
+ - The maps tooltip has been replaced with `EJ2 SVG Tooltip`, so now it is mandatory to include `ej2-svg-base.umd.min.js` in system.js configuration if you are using system.js module loader. Update the system.js configuration while using this version and above.
394
+
395
+ #### Bug Fixes
396
+
397
+ - Tooltip is now working properly for marker in OSM map.
398
+
399
+ ## 16.2.49 (2018-08-21)
400
+
401
+ ### Maps
402
+
403
+ #### Bug Fixes
404
+
405
+ - Shape selection is now working fine with touch events.
406
+
407
+ ## 16.2.45 (2018-07-17)
408
+
409
+ ### Maps
410
+
411
+ #### Bug Fixes
412
+
413
+ - Marker click event is now working fine with OSM layer.
414
+
415
+ ## 16.2.44 (2018-07-10)
416
+
417
+ ### Maps
418
+
419
+ #### Bug Fixes
420
+
421
+ - Bing map type is changed as AerialWithLabels and now it is rendering properly with labels.
422
+
423
+ ## 16.2.41 (2018-06-25)
424
+
425
+ ### Maps
426
+
427
+ #### New Features
428
+
429
+ - Support has been added for animating the shapes on zooming.
430
+ - Support has been added to trim the maps title, when it exceeds the available width.
431
+ - Support had been provided for printing and exporting the maps.
432
+ - Support has been provided for printing.
433
+
434
+ - Support has been added for animating the shapes on zooming.
435
+ - Support has been added to trim the maps title, when it exceeds the available width.
436
+ - Support had been provided for printing and exporting the maps.
437
+ - Support has been provided for printing.
438
+
439
+
440
+ ## 16.1.24 (2018-02-22)
441
+
442
+ ### Maps
443
+
444
+ The Maps control is used to visualize the geographical data. It is used to represent the statistical data of a particular geographical area on Earth, with user interactivity and provides various customizing options. All the map elements are rendered using Scalable Vector Graphics (SVG).
445
+
446
+
447
+ - **Layers** - Map is maintained through layers and it can accommodate one or more layers.
448
+ - **GeoJSON Data Input** - Supports GeoJSON data, which allows you to plot your own shapes in the maps.
449
+ - **Map Providers** - Supports map providers such as Bing and OpenStreetMap that can be added to any layers.
450
+ - **Projection** - Supports 6 types of map projections.
451
+ - **Marker** - Supports 10 types of marker shapes and also takes custom HTML element.
452
+ - **Bubbles** - Supports 2 types of bubbles such as Circle and Square.
453
+ - **Legend** - Supports legend which is useful in providing additional information about shapes, bubbles and markers with paging and customization options.
454
+ - **Data Labels** - Supports data label to provide additional information about the shapes.
455
+ - **Navigation Lines** - Lines can be rendered between various points in map.
456
+ - **Annotations** - Supports placing any HTML element on desired location in the map.
457
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
458
+
459
+
460
+ ## 17.2.28-beta (2019-06-27)
461
+
462
+ ### Maps
463
+
464
+ #### New Features
465
+
466
+ - `#I227277` - Support has been provided to get geo location when clicking on maps.
467
+ - `#I217458` - Support has been provided to hide and cluster a marker when it intersects with other markers.
468
+
469
+ ## 17.1.50 (2019-06-04)
470
+
471
+ ### Maps
472
+
473
+ #### Bug Fixes
474
+
475
+ - `#I237041` - The issue in the sublayers are not re-rendered when zooming or panning is fixed.
476
+
477
+ ## 17.1.48 (2019-05-21)
478
+
479
+ ### Maps
480
+
481
+ #### New Features
482
+
483
+ - `#I233127` - The issue with recalculating the data labels when zooming the maps has been fixed.
484
+
485
+ ## 17.1.44 (2019-05-07)
486
+
487
+ ### Maps
488
+
489
+ #### Bug Fixes
490
+
491
+ - `#I234578` - The issue with rendering data label and tooltip when the layers type is set to 'Sublayer' has been fixed.
492
+ - `#I234578` - The issue with returning wrong highlight opacity to shapes in maps when highlighting the legend has been fixed.
493
+
494
+ ## 17.1.43 (2019-04-30)
495
+
496
+ ### Maps
497
+
498
+ #### Bug Fixes
499
+
500
+ - `#F143717` - The div containing the maps component overlaps the div with inputs above it issue has been fixed
501
+ - `#I233127` - The issue with the last interacted scaling is not maintained when refreshing the browser
502
+ ```
503
+ with the 'enablePersistence' API as true has been fixed.
504
+ ```
505
+
506
+ ## 17.1.42 (2019-04-23)
507
+
508
+ ### Maps
509
+
510
+ #### Bug Fixes
511
+
512
+ - `#I233129` – The issue in data label rendering, if you resize the map by setting the "intersectionAction" property to 'hide' has been fixed.
513
+ - `#I233127` - When selecting the new shape, the border for old shape is not removed issue has been fixed.
514
+ - `#I233127` – The issue of border width changing, when zooming the map has been fixed.
515
+
516
+ ## 17.1.41 (2019-04-16)
517
+
518
+ ### Maps
519
+
520
+ #### Bug Fixes
521
+
522
+ - `#F143717` - The issue "When setting high zoom factor to OpenStreetMap, sub layer is not placed properly" has been fixed".
523
+
524
+ ## 17.1.38 (2019-03-29)
525
+
526
+ ### Maps
527
+
528
+ #### Bug Fixes
529
+
530
+ - The ng-template support has been provided to render custom annotation.
531
+
package/README.md CHANGED
@@ -70,4 +70,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
70
70
 
71
71
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/maps/CHANGELOG.md?utm_source=npm&utm_campaign=maps)
72
72
 
73
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
73
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.