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

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