@syncfusion/ej2-maps 25.2.5 → 26.1.41

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