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

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