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