Completed
Last Updated: 12 Sep 2015 12:28 by ADMIN
InfrormationLayer has some Elements in it. Their attached property  telerik:MapLayer.Location is bound to Location from the ViewModel. The Radmap produces Exception.

The workaround is to set the Loacations directly in XAML or use the VisualizationLayer instead of the InformationLayer.

Fix is available in LIB Version 2015.2.914.
Completed
Last Updated: 06 Oct 2016 13:34 by ADMIN
Index Out of Range  Exception is produced sometimes when removing and adding points in PolylineData object runtime.

As a workaround,  you can use MS Polyline (MS shapes) or PolylineView (Bindable wrappers) added in the Layer.

Available in LIB Version: 2015.3.1026.
Completed
Last Updated: 14 Apr 2015 13:53 by ADMIN
An exception is thrown (for each empty date) if the loaded data file (.dbf ) have a column with date time values and there are empty values. 

Available in LIB version: 2015.1.0604
Completed
Last Updated: 04 Feb 2016 12:51 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: Map
Type: Bug Report
1
The pinch gesture does not zoom in/out the map in Silverlight.
Completed
Last Updated: 04 Feb 2016 12:50 by ADMIN
RadMap's KML Reader throws argument exception if the KML file contains Styles with equal ids.

<Style id="inline1">

...

<Style id="inline1">

...

<Style id="inline1">

....
Completed
Last Updated: 14 Apr 2015 11:14 by ama7654
RadMap's VisualizationLayer is bound to collection of business objects - MapItems.

If you perform replace in the ItemsSource collection: items[0] = new MapItem(), the RadMap throws "Collection Add Event Missing Item: ..." exception.

Available in LIB version: 2015.1.0604
Completed
Last Updated: 27 May 2015 07:28 by ADMIN
ClusterGenerator's AutoExpandWhenSingle property is set to true by default.

Adding a single item in the VisualizationLayer with Clustering enabled results in a single cluster which is not expanded but it should be.

Available in LIB Version 2014.3.1326.
Completed
Last Updated: 28 Oct 2014 08:06 by Alex
When the map shape is removed from the visualization layer while zooming is in process then the NullReferenceException is thrown.
Completed
Last Updated: 28 Oct 2014 08:07 by Alex
When the RadMap contains visualization layer with map shapes and the RadMap is removed from visual tree while zooming is in process then the TargetInvocationException is thrown.
Completed
Last Updated: 25 Apr 2014 04:38 by ADMIN
If I have a list a RadObservableCollectio<Route> and I clear the collection, routes disappear form the map, but if I remove them one by one, they stay on the map at all times, even are clickable and all. 
Completed
Last Updated: 16 Apr 2014 08:08 by Alex
When the clustering is enabled in the visualization layer and the location of map item is changed dynamically then the item disappears if it is a single item (not within a cluster).
Completed
Last Updated: 11 Feb 2014 15:06 by Alex
When the DBF-file has short length of record and it contains a few number of records then the AsyncShapeFileReader causes the following error: 'The DBF file is invalid or has unsupported format'.
Completed
Last Updated: 27 Mar 2014 15:01 by ejb
Created by: Alex
Comments: 1
Category: Map
Type: Bug Report
1
The RadMap does not release all resources by the Dispose method when it uses the BingMapProvider.
Completed
Last Updated: 26 Dec 2014 14:14 by ADMIN
ADMIN
Created by: Evgeni "Zammy" Petrov
Comments: 0
Category: Map
Type: Bug Report
1
Unspecified error shows in VS when RadMap dragged to design time.
Completed
Last Updated: 26 Dec 2014 14:45 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Bug Report
1
VS2010 crashes when the map is used within RadTabItem
After the BingMapProvider is added to the radMap the VS2010 crashes and has to be restarted.
Completed
Last Updated: 20 Jan 2015 12:39 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Bug Report
0
The RadMap control does not support the mouse wheel zoom when it is used inside a ChildWindow.