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