@syncfusion/ej2-angular-maps 20.2.45 → 20.3.47-ngcc

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