@syncfusion/ej2-angular-maps 20.1.55 → 20.2.36

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