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