@syncfusion/ej2-maps 25.2.4 → 26.1.35

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