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