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

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