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