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

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