@syncfusion/ej2-angular-maps 26.2.9-ngcc → 26.2.9

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 (40) hide show
  1. package/CHANGELOG.md +762 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +12 -0
  4. package/esm2020/src/maps/annotations.directive.mjs +62 -0
  5. package/esm2020/src/maps/bubblesettings.directive.mjs +71 -0
  6. package/esm2020/src/maps/colormapping.directive.mjs +61 -0
  7. package/esm2020/src/maps/initialshapeselection.directive.mjs +59 -0
  8. package/esm2020/src/maps/layers.directive.mjs +64 -0
  9. package/esm2020/src/maps/maps-all.module.mjs +68 -0
  10. package/esm2020/src/maps/maps.component.mjs +168 -0
  11. package/esm2020/src/maps/maps.module.mjs +88 -0
  12. package/esm2020/src/maps/markersettings.directive.mjs +73 -0
  13. package/esm2020/src/maps/navigationlinesettings.directive.mjs +67 -0
  14. package/esm2020/syncfusion-ej2-angular-maps.mjs +5 -0
  15. package/fesm2015/syncfusion-ej2-angular-maps.mjs +737 -0
  16. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -0
  17. package/fesm2020/syncfusion-ej2-angular-maps.mjs +737 -0
  18. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -0
  19. package/package.json +26 -12
  20. package/src/maps/annotations.directive.d.ts +5 -0
  21. package/src/maps/bubblesettings.directive.d.ts +5 -0
  22. package/src/maps/colormapping.directive.d.ts +5 -0
  23. package/src/maps/initialshapeselection.directive.d.ts +5 -0
  24. package/src/maps/layers.directive.d.ts +5 -0
  25. package/src/maps/maps-all.module.d.ts +6 -0
  26. package/src/maps/maps.component.d.ts +3 -0
  27. package/src/maps/maps.module.d.ts +13 -0
  28. package/src/maps/markersettings.directive.d.ts +5 -0
  29. package/src/maps/navigationlinesettings.directive.d.ts +5 -0
  30. package/{ej2-angular-maps.d.ts → syncfusion-ej2-angular-maps.d.ts} +1 -1
  31. package/@syncfusion/ej2-angular-maps.es5.js +0 -877
  32. package/@syncfusion/ej2-angular-maps.es5.js.map +0 -1
  33. package/@syncfusion/ej2-angular-maps.js +0 -810
  34. package/@syncfusion/ej2-angular-maps.js.map +0 -1
  35. package/dist/ej2-angular-maps.umd.js +0 -1135
  36. package/dist/ej2-angular-maps.umd.js.map +0 -1
  37. package/dist/ej2-angular-maps.umd.min.js +0 -11
  38. package/dist/ej2-angular-maps.umd.min.js.map +0 -1
  39. package/ej2-angular-maps.metadata.json +0 -1
  40. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,762 @@
1
+ <!-- markdownlint-disable MD010 -->
2
+
3
+ <!-- markdownlint-disable MD030 -->
4
+
5
+ <!-- markdownlint-disable MD004 -->
6
+
7
+ # Changelog
8
+
9
+ ## [Unreleased]
10
+
11
+ ### Maps
12
+
13
+ #### Bug fixes
14
+
15
+ - `#I613689` - The position of the image markers will now be correctly adjusted when the `offset` property is set.
16
+
17
+ ## 26.2.8 (2024-08-06)
18
+
19
+ ### Maps
20
+
21
+ #### Bug fixes
22
+
23
+ - `#I613689` - The position of the image markers will now be correctly adjusted when the `offset` property is set.
24
+
25
+ ## 26.2.4 (2024-07-24)
26
+
27
+ ### Maps
28
+
29
+ #### Bug fixes
30
+
31
+ - `#I605665` - The star shapes in the marker will now be rendered correctly.
32
+
33
+ ## 26.1.41 (2024-07-09)
34
+
35
+ ### Maps
36
+
37
+ #### Bug fixes
38
+
39
+ - `#I605665` - The star shapes in the marker will now be rendered correctly.
40
+
41
+ ## 25.2.5 (2024-05-21)
42
+
43
+ ### Maps
44
+
45
+ #### Bug fixes
46
+
47
+ - `#I585591` - When setting different sizes for the Maps, the `latitude` and `longitude` values from the `tooltipRender` event will now be proper.
48
+ - `#I584215` - Markers will now be rendered properly when the left mouse click is on hold and mouse wheel action is performed.
49
+ - `#I584211` - Markers will now be in proper position when the panning action is performed in the Maps when the marker animation is in progress.
50
+
51
+ ## 25.2.4 (2024-05-14)
52
+
53
+ ### Maps
54
+
55
+ #### Bug Fixes
56
+
57
+ - `#I583752` - Legends for the markers will now maintain the toggled state when zoomed in or out.
58
+ - `#I584887` - Exceptions will no longer be thrown when toggling the legend by enabling the `removeDuplicateLegend` property in the Maps.
59
+ - `#I584215` - Panning will now work properly when the Maps is zoomed to the maximum level using keyboard interaction.
60
+
61
+ ## 25.2.3 (2024-05-08)
62
+
63
+ ### Maps
64
+
65
+ #### Bug Fixes
66
+
67
+ - `#I561947` - The duration of the tooltip in the Maps on the mobile device can be changed using the `duration` property in `tooltipSettings`. When the value is set to **0**, the tooltip will not be removed.
68
+ - `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
69
+
70
+ ## 25.1.41 (2024-04-23)
71
+
72
+ ### Maps
73
+
74
+ #### Bug Fixes
75
+
76
+ - `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming.
77
+ - `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning.
78
+
79
+ ## 25.1.40 (2024-04-16)
80
+
81
+ ### Maps
82
+
83
+ #### Bug Fixes
84
+
85
+ - `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
86
+ - `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.
87
+
88
+ ## 25.1.37 (2024-03-26)
89
+
90
+ ### Maps
91
+
92
+ #### Bug Fixes
93
+
94
+ - `#I566503` - The shape map in the sublayer is now properly synchronized with the tile images in the base layer when panning the Maps.
95
+
96
+ ## 25.1.35 (2024-03-15)
97
+
98
+ ### Maps
99
+
100
+ #### New Features
101
+
102
+ - `#I544447` - Maps will display data labels with improved performance when multiple layers are set.
103
+ - `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.
104
+ - The tooltip and its template can now be displayed over the polygon shapes in the Maps. Tooltip templates can include custom items such as images, text, and HTML elements.
105
+
106
+ ## 24.2.4 (2024-02-06)
107
+
108
+ ### Maps
109
+
110
+ #### Bug Fixes
111
+
112
+ - `#I545401`, `#I547542` - Markers will be rendered properly in the correct location when they are added dynamically by clicking over a custom shape map.
113
+ - `#I545484` - Exceptions will no longer be thrown when the markers are dragged at the maximum zoom level.
114
+
115
+ ## 24.1.47 (2024-01-23)
116
+
117
+ ### Maps
118
+
119
+ #### New Features
120
+
121
+ - `#I524572` - The threshold limit for rendering the markers and marker clusters has now been increased, with improved performance to a decent extent. Nearly 6,000 markers can now be rendered and clustered, with enhanced rendering, zooming, and panning functionalities.
122
+
123
+ ## 24.1.41 (2023-12-18)
124
+
125
+ ### Maps
126
+
127
+ #### New Features
128
+
129
+ - `#I492437` - `minLatitude`, `maxLatitude`, `minLongitude` and `maxLongitude` properties are now available in the event arguments of `zoom` and `pan` events to provide the coordinates of the visible area of the Maps. `getMinMaxLatitudeLongitude` method is also available to provide these coordinate values dynamically.
130
+ - Polygon shapes can now be displayed over map layers by using the appropriate data source. Polygon shapes in Maps can be customized, selected, and highlighted using the properties available.
131
+
132
+ #### Bug Fixes
133
+
134
+ - `#523327` - The Maps no longer zooms when clicked on the tooltip template in the Maps component with the `zoomOnClick` property set to true.
135
+
136
+ ## 23.2.7 (2023-12-05)
137
+
138
+ ### Maps
139
+
140
+ #### Bug Fixes
141
+
142
+ - `#519916` - When set as an object in the array, the `navigationLineSettings` property will now be updated.
143
+
144
+ ## 23.1.42 (2023-10-24)
145
+
146
+ ### Maps
147
+
148
+ #### Bug Fixes
149
+
150
+ - `#I511944` - When the marker template is clicked, the `markerClick` event will now work properly.
151
+
152
+ ## 23.1.40 (2023-10-10)
153
+
154
+ ### Maps
155
+
156
+ #### Bug Fixes
157
+
158
+ - `#I504008` - The zoom factor of the Maps will now be properly updated when the `zoomByPosition` method is called in the `zoom` event.
159
+
160
+ ## 23.1.38 (2023-09-26)
161
+
162
+ ### Maps
163
+
164
+ #### Bug Fixes
165
+
166
+ - `#I497871` - After adding a marker using the `addMarker` method, marker locations will now be correct when zooming and panning is performed on the Maps.
167
+
168
+ ## 23.1.36 (2023-09-15)
169
+
170
+ ### Maps
171
+
172
+ #### New Features
173
+
174
+ - An animation transition will now occur when the data labels are first rendered.
175
+
176
+ #### Bug Fixes
177
+
178
+ - `#I493376` - The tooltip will now be displayed properly above the marker templates.
179
+
180
+ ## 22.2.8 (2023-08-08)
181
+
182
+ ### Maps
183
+
184
+ #### Bug Fixes
185
+
186
+ - `#I485498` - Mouse events will now work properly on the marker templates.
187
+
188
+ ## 22.1.39 (2023-07-18)
189
+
190
+ ### Maps
191
+
192
+ #### Bug Fixes
193
+
194
+ - `#I482286` - When the page containing the Maps, which is placed in the dashboard, is switched dynamically, script errors are no longer thrown.
195
+
196
+ ## 22.1.34 (2023-06-21)
197
+
198
+ ### Maps
199
+
200
+ #### New Features
201
+
202
+ - `#I275734`, `#I293775` - The appearance of the buttons and tooltips in the zoom toolbar can now be customized using properties in the `buttonSettings` and `tooltipSettings` in the `toolbarSettings` property of `zoomSettings`.
203
+ - `#I425592` - The marker rendered in the Maps can now be dragged and dropped in the desired location based on the requirement. Events are also supported to notify the drag start and end.
204
+
205
+ ## 20.4.38 (2022-12-21)
206
+
207
+ ### Maps
208
+
209
+ #### New Features
210
+
211
+ - When panning is performed, the image rendering in online map providers is now improved.
212
+
213
+ ## 20.3.56 (2022-11-08)
214
+
215
+ ### Maps
216
+
217
+ #### Bug Fixes
218
+
219
+ - `#I413909` - When the highlight is removed from the interactive legend, the opacity of the corresponding shape is now properly maintained.
220
+ - `#I412101` - `shapeHighlight` event will now trigger properly.
221
+ - `#I411790` - `zoomByPosition` method will now work properly in the online map providers.
222
+ - `#I401870` - The fixes for the styles, related to the Content Security Policy (CSP), are included.
223
+
224
+ ## 20.3.49 (2022-10-11)
225
+
226
+ ### Maps
227
+
228
+ #### Bug Fixes
229
+
230
+ - `#I408673` - Data labels will now render properly when the values from `shapeDataPath` and `shapePropertyPath` are numbers.
231
+
232
+ ## 20.3.47 (2022-09-29)
233
+
234
+ ### Maps
235
+
236
+ #### Breaking Changes
237
+
238
+ - The `click` event is deprecated because it is triggered twice in the Angular application. The reason for this is that in Angular, the native `click` event is triggered first, followed by the `click` event available on Maps. To address this, we introduced a `onclick` event for the same functionality, which will now only trigger once.
239
+
240
+ #### Bug Fixes
241
+
242
+ - `#I404496` - Europe GeoJSON map will now render properly when legend is enabled.
243
+ - `#F175229` - `offsetX` and `offsetY` properties are now available in the event arguments of `dataLabelRendering` event to customize the label position.
244
+
245
+ #### New Features
246
+
247
+ - Azure Maps can now be loaded and viewed through our Maps.
248
+
249
+ ## 20.2.43 (2022-08-08)
250
+
251
+ ### Maps
252
+
253
+ #### New Features
254
+
255
+ - `#I390757` - As an alternative to the `click` event, the `onclick` event is exposed.
256
+
257
+ #### Bug Fixes
258
+
259
+ - `#I392653` - The `content` property in the event argument can now be used to customize the layer tooltip with format in the `tooltipRender` event.
260
+ - `#F174180` - Maps will function properly when adding and removing layers via the `zoom` event.
261
+
262
+ ## 20.2.38 (2022-07-12)
263
+
264
+ ### Maps
265
+
266
+ #### Bug Fixes
267
+
268
+ - `#I388045` - In mobile devices, the marker tooltip will now render properly when touched.
269
+
270
+ ## 20.2.36 (2022-06-30)
271
+
272
+ ### Maps
273
+
274
+ #### New Features
275
+
276
+ - GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
277
+ - `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
278
+ - `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
279
+
280
+ ## 20.1.59 (2022-06-07)
281
+
282
+ ### Maps
283
+
284
+ #### Bug Fixes
285
+
286
+ - "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
287
+
288
+ ## 20.1.48 (2022-04-12)
289
+
290
+ ### Maps
291
+
292
+ #### Bug Fixes
293
+
294
+ - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
295
+
296
+ ## 20.1.47 (2022-04-04)
297
+
298
+ ### Maps
299
+
300
+ #### New Features
301
+
302
+ - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
303
+
304
+ #### Bug Fixes
305
+
306
+ - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
307
+
308
+ ## 19.4.38 (2021-12-17)
309
+
310
+ ### Maps
311
+
312
+ #### New Features
313
+
314
+ - GeoJSON maps with "LineString" geometry type is now supported in the Maps control.
315
+ - When the `animationDuration` property is set, the zooming of map service providers such as OSM, Bing, and others is now smoother.
316
+
317
+ #### Bug Fixes
318
+
319
+ - `#F163990` - When the `imageUrlValuePath` property is set as the source image for the markers, image type markers will render properly.
320
+
321
+ ## 19.3.46 (2021-10-19)
322
+
323
+ ### Maps
324
+
325
+ #### Bug Fixes
326
+
327
+ - Script error will not be thrown when a shape is selected without binding the data source to the Maps.
328
+
329
+ ## 19.3.44 (2021-10-05)
330
+
331
+ ### Maps
332
+
333
+ #### Bug Fixes
334
+
335
+ - `#I342201` - When the `projectionType` is set to `Equirectangular`, data labels will now render correctly.
336
+
337
+ ## 19.1.59 (2021-05-04)
338
+
339
+ ### Maps
340
+
341
+ #### Bug Fixes
342
+
343
+ - `#F164278` - `click` event will now work properly in the mobile devices.
344
+
345
+ ## 19.1.57 (2021-04-20)
346
+
347
+ ### Maps
348
+
349
+ #### Bug Fixes
350
+
351
+ - `#318561` - When the `height` property is set to a percentage value, Maps can now render with proper height of the parent element.
352
+
353
+ ## 19.1.56 (2021-04-13)
354
+
355
+ ### Maps
356
+
357
+ #### New Features
358
+
359
+ - `#315251` - The `opacity` property for `border` in `shapeSettings` is exposed to provide opacity for the border of the shapes.
360
+
361
+ #### Bug Fixes
362
+
363
+ - `#F163539` - The data labels will now render properly when the value of `labelPath` of `dataLabelSettings` is different from the value of `shapePropertyPath` and `shapeDataPath`.
364
+
365
+ ## 19.1.54 (2021-03-30)
366
+
367
+ ### Maps
368
+
369
+ #### Bug Fixes
370
+
371
+ - `#312465` - When the `zoomFactor` property is set as 0 in the tile maps, it now renders properly.
372
+ - `#311273` - The `imageUrlValuePath` property now correctly renders markers as images.
373
+ - `#312865` - Markers will now render properly when they are added dynamically in the click event with "Normal" geometry type maps.
374
+ - `#317398` - `shapeSelection` method will now work properly with multi-layers on the Maps.
375
+
376
+ ## 18.4.39 (2021-01-28)
377
+
378
+ ### Maps
379
+
380
+ #### New Features
381
+
382
+ - `#306094` - `borderWidthValuePath` and `borderColorValuePath` properties are exposed to set border width and color to individual shapes using data source values.
383
+
384
+ #### Bug Fixes
385
+
386
+ - `#307853` - The property in the JSON for the maps shape data can now be displayed in the tooltip template.
387
+
388
+ ## 18.4.30 (2020-12-17)
389
+
390
+ ### Maps
391
+
392
+ #### Bug Fixes
393
+
394
+ - `#302270` - The position of the marker cluster will now render properly when the Map control is positioned in an absolute location.
395
+
396
+ ## 18.3.51 (2020-11-24)
397
+
398
+ ### Maps
399
+
400
+ #### Bug Fixes
401
+
402
+ - `#301355` - The balloon marker will now select properly with `initialMarkerSelection`.
403
+
404
+ ## 18.3.44 (2020-10-27)
405
+
406
+ ### Maps
407
+
408
+ #### Bug Fixes
409
+
410
+ - `#298697` - The font style of legend and data labels will be now set properly.
411
+
412
+ ## 18.3.42 (2020-10-20)
413
+
414
+ ### Maps
415
+
416
+ #### Bug Fixes
417
+
418
+ - `#292757` - `doubleClick` event will now be triggered properly.
419
+
420
+ ## 18.3.40 (2020-10-13)
421
+
422
+ ### Maps
423
+
424
+ #### Bug Fixes
425
+
426
+ - `#292757` - The multiple tile maps in a single page will now work properly.
427
+
428
+ ## 18.3.35 (2020-10-01)
429
+
430
+ ### Maps
431
+
432
+ #### New Features
433
+
434
+ `#291448` - A property `isShapeSelected` is exposed in the event arguments of the click event to specify whether the map shape is selected or not.
435
+
436
+ #### Bug Fixes
437
+
438
+ - `#F157226` - Marker clusters will now render properly when the markers are added dynamically to the maps.
439
+ - `#289864` - Hyperlinks added in the tooltip template will now be clickable in the click action.
440
+ - `#289034` - Panning will now work properly on mobile devices.
441
+ - `#287918` - Markers will now render properly when the animation duration is greater than 0.
442
+ - `#285727` - Outline for the shapes will no longer appear when clicking on it.
443
+
444
+ ## 18.2.47 (2020-07-28)
445
+
446
+ ### Maps
447
+
448
+ #### Bug Fixes
449
+
450
+ - `#285727` - Outline for the shapes will no longer appear when clicking on it.
451
+
452
+ ## 18.2.44 (2020-07-07)
453
+
454
+ ### Maps
455
+
456
+ #### New Features
457
+
458
+ - The data manager support for bubble and marker data source is now available.
459
+ - `Google` enum value is provided in `ShapeLayerType` to render the Google maps in the Maps control.
460
+ - `#280380` - `isResized` argument is exposed in the `loaded` event argument for indicating that the component is resized.
461
+
462
+ - The data manager support for bubble and marker data source is now available.
463
+ - `Google` enum value is provided in `ShapeLayerType` to render the Google maps in the Maps control.
464
+
465
+ #### Bug Fixes
466
+
467
+ - `#278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
468
+ - `#280380` - The center position property will be maintained when the zooming operation is done after the reset zoom.
469
+
470
+ - `#I278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
471
+
472
+ ## 17.4.39 (2019-12-17)
473
+
474
+ ### Maps
475
+
476
+ #### New Features
477
+
478
+ - `#I244108`, `#I240060`, `#I247767`, `#I250088` - Provided support to zoom the maps initially, based on the marker’s location.
479
+
480
+ - `#I248021` - Provided support to cluster and expand markers with the same latitude and longitude values.
481
+
482
+ - `#I253516` - Provided clustering support for marker templates.
483
+
484
+ - `#I255189` - Improved the `markerClusterClick` event to get the hidden cluster collection details.
485
+
486
+ - `#I242130` - Provided support to select or deselect the shapes dynamically and on initial rendering.
487
+
488
+ - `#I248172` - Provided support to show tooltip on tap/click.
489
+
490
+ - `F146103`, `F147309` - Provided support to bind the shapes and colors to the markers from the data source.
491
+
492
+ ## 17.3.21 (2019-10-30)
493
+
494
+ ### Maps
495
+
496
+ #### New Features
497
+
498
+ - Improved the marker cluster appearance for duplicate markers.
499
+
500
+ ## 17.3.14 (2019-10-03)
501
+
502
+ ### Maps
503
+
504
+ #### Bug Fixes
505
+
506
+ - `F147309` - Issue in adding sub layer in the 'OpenStreetMap' has been resolved.
507
+
508
+ ## 17.3.9-beta (2019-09-20)
509
+
510
+ ### Maps
511
+
512
+ #### New Features
513
+
514
+ - 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.
515
+
516
+ ## 17.2.41 (2019-08-14)
517
+
518
+ ### Maps
519
+
520
+ #### Bug Fixes
521
+
522
+ - `#244108` - The issue with legend border that does not disappear when hover over the legend item has been fixed.
523
+ - The issue with tooltip was not working in Internet Explorer 11 browser has been fixed.
524
+
525
+ ## 17.2.40 (2019-08-06)
526
+
527
+ ### Maps
528
+
529
+ #### Bug Fixes
530
+
531
+ - `#I243271` - The issue with changing text in our component when the text argument is changed in the datalabelRendering event has been fixed.
532
+ - `#I243499` - The issue with arrow option in the navigation line has been fixed.
533
+ - `#I238404` - The issue with bubble color and size when using point type shape data has been fixed.
534
+
535
+ ## 17.2.39 (2019-07-30)
536
+
537
+ ### Maps
538
+
539
+ #### Bug Fixes
540
+
541
+ - `#I240804` - The issue with dynamically updating the zoom factor along with the initial case of the zoom factor has been fixed.
542
+ - `#I240836` - The issue with border that was not applied for marker highlight and selection has been fixed.
543
+
544
+ ## 17.2.36 (2019-07-24)
545
+
546
+ ### Maps
547
+
548
+ #### Bug Fixes
549
+
550
+ - `#I240833` - Some labels disappear when you change "colorMapping" and refresh the map issue has been fixed.
551
+ - `I240804` - The issue with dynamically updating the zoom factor has been fixed
552
+ - `I241873` - The issue with zooming the map component with a single click has been fixed
553
+
554
+ ## 17.2.35 (2019-07-17)
555
+
556
+ ### Maps
557
+
558
+ #### Bug Fixes
559
+
560
+ - `#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
561
+ - `#I240836` - Marker highlight and selection settings do not make a difference issue has been fixed
562
+ - `#I240834` - Interactive legend is not working while changing data source issue has been fixed.
563
+
564
+ ## 17.2.34 (2019-07-11)
565
+
566
+ ### Maps
567
+
568
+ #### Bug Fixes
569
+
570
+ - `#F143717` - Zooming toolbar position misalign problem that occurs when there are multiple elements in DOM has been fixed
571
+ - `#I238404` - The issue that occurs when rendering bubble for point type Shape Data has been fixed
572
+ - `#I238839` - The console error that occurs when mouse leaves from the maps Shapes with legend hide option has been resolved
573
+
574
+ ## 17.1.32-beta (2019-03-13)
575
+
576
+ ### Maps
577
+
578
+ #### Bug Fixes
579
+
580
+ - Now, the border style is applied properly to the shapes when performing selection.
581
+
582
+ ## 16.4.55 (2019-02-27)
583
+
584
+ ### Maps
585
+
586
+ #### Bug Fixes
587
+
588
+ - Changed the OSM and Bing maps URL from http to https.
589
+
590
+ ## 16.4.53 (2019-02-13)
591
+
592
+ ### Maps
593
+
594
+ #### Bug Fixes
595
+
596
+ - Padding issue for OSM type layers resolved now.
597
+
598
+ ## 16.4.40-beta (2018-12-10)
599
+
600
+ ### Maps
601
+
602
+ #### New Features
603
+
604
+ - Support has been added for desaturation color mapping.
605
+ - Support has been added to hide specific legend items and bind legend text from data source.
606
+ - Support has been added for highlighting or selecting the legend items along with shapes.
607
+ - Support has been added to specify multiple fields in the data source for **shapePropertyPath**.
608
+ - Events has been added for zoom-in and zoom-out.
609
+
610
+ ## 16.3.33 (2018-11-20)
611
+
612
+ ### Maps
613
+
614
+ #### Bug Fixes
615
+
616
+ - Now map is rendering properly in universal applications
617
+ - Now panning works properly without freezing
618
+
619
+ ## 16.3.22 (2018-09-25)
620
+
621
+ ### Maps
622
+
623
+ #### Bug Fixes
624
+
625
+ - Now the data labels are rendering properly with numeric values.
626
+
627
+ ## 16.3.17 (2018-09-12)
628
+
629
+ ### Maps
630
+
631
+ #### Breaking Changes
632
+
633
+ - 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.
634
+
635
+ #### Bug Fixes
636
+
637
+ - Tooltip is now working properly for marker in OSM map.
638
+
639
+ ## 16.2.49 (2018-08-21)
640
+
641
+ ### Maps
642
+
643
+ #### Bug Fixes
644
+
645
+ - Shape selection is now working fine with touch events.
646
+
647
+ ## 16.2.45 (2018-07-17)
648
+
649
+ ### Maps
650
+
651
+ #### Bug Fixes
652
+
653
+ - Marker click event is now working fine with OSM layer.
654
+
655
+ ## 16.2.44 (2018-07-10)
656
+
657
+ ### Maps
658
+
659
+ #### Bug Fixes
660
+
661
+ - Bing map type is changed as AerialWithLabels and now it is rendering properly with labels.
662
+
663
+ ## 16.2.41 (2018-06-25)
664
+
665
+ ### Maps
666
+
667
+ #### New Features
668
+
669
+ - Support has been added for animating the shapes on zooming.
670
+ - Support has been added to trim the maps title, when it exceeds the available width.
671
+ - Support had been provided for printing and exporting the maps.
672
+ - Support has been provided for printing.
673
+
674
+ - Support has been added for animating the shapes on zooming.
675
+ - Support has been added to trim the maps title, when it exceeds the available width.
676
+ - Support had been provided for printing and exporting the maps.
677
+ - Support has been provided for printing.## 16.1.24 (2018-02-22)
678
+
679
+ ### Maps
680
+
681
+ 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).
682
+
683
+ - **Layers** - Map is maintained through layers and it can accommodate one or more layers.
684
+ - **GeoJSON Data Input** - Supports GeoJSON data, which allows you to plot your own shapes in the maps.
685
+ - **Map Providers** - Supports map providers such as Bing and OpenStreetMap that can be added to any layers.
686
+ - **Projection** - Supports 6 types of map projections.
687
+ - **Marker** - Supports 10 types of marker shapes and also takes custom HTML element.
688
+ - **Bubbles** - Supports 2 types of bubbles such as Circle and Square.
689
+ - **Legend** - Supports legend which is useful in providing additional information about shapes, bubbles and markers with paging and customization options.
690
+ - **Data Labels** - Supports data label to provide additional information about the shapes.
691
+ - **Navigation Lines** - Lines can be rendered between various points in map.
692
+ - **Annotations** - Supports placing any HTML element on desired location in the map.
693
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.## 17.2.28-beta (2019-06-27)
694
+
695
+ ### Maps
696
+
697
+ #### New Features
698
+
699
+ - `#I227277` - Support has been provided to get geo location when clicking on maps.
700
+ - `#I217458` - Support has been provided to hide and cluster a marker when it intersects with other markers.
701
+
702
+ ## 17.1.50 (2019-06-04)
703
+
704
+ ### Maps
705
+
706
+ #### Bug Fixes
707
+
708
+ - `#I237041` - The issue in the sublayers are not re-rendered when zooming or panning is fixed.
709
+
710
+ ## 17.1.48 (2019-05-21)
711
+
712
+ ### Maps
713
+
714
+ #### New Features
715
+
716
+ - `#I233127` - The issue with recalculating the data labels when zooming the maps has been fixed.
717
+
718
+ ## 17.1.44 (2019-05-07)
719
+
720
+ ### Maps
721
+
722
+ #### Bug Fixes
723
+
724
+ - `#I234578` - The issue with rendering data label and tooltip when the layers type is set to 'Sublayer' has been fixed.
725
+ - `#I234578` - The issue with returning wrong highlight opacity to shapes in maps when highlighting the legend has been fixed.
726
+
727
+ ## 17.1.43 (2019-04-30)
728
+
729
+ ### Maps
730
+
731
+ #### Bug Fixes
732
+
733
+ - `#F143717` - The div containing the maps component overlaps the div with inputs above it issue has been fixed
734
+ - `#I233127` - The issue with the last interacted scaling is not maintained when refreshing the browser
735
+ with the 'enablePersistence' API as true has been fixed.
736
+
737
+ ## 17.1.42 (2019-04-23)
738
+
739
+ ### Maps
740
+
741
+ #### Bug Fixes
742
+
743
+ - `#I233129` – The issue in data label rendering, if you resize the map by setting the "intersectionAction" property to 'hide' has been fixed.
744
+ - `#I233127` - When selecting the new shape, the border for old shape is not removed issue has been fixed.
745
+ - `#I233127` – The issue of border width changing, when zooming the map has been fixed.
746
+
747
+ ## 17.1.41 (2019-04-16)
748
+
749
+ ### Maps
750
+
751
+ #### Bug Fixes
752
+
753
+ - `#F143717` - The issue "When setting high zoom factor to OpenStreetMap, sub layer is not placed properly" has been fixed".
754
+
755
+ ## 17.1.38 (2019-03-29)
756
+
757
+ ### Maps
758
+
759
+ #### Bug Fixes
760
+
761
+ - The ng-template support has been provided to render custom annotation.
762
+