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

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