Unplanned
Last Updated: 03 Aug 2022 06:54 by Winston

RadMaps Silverlight BingMap provider stopped displaying tiles in 2022 due to change in Bing Maps service.

Check notes here:

https://docs.microsoft.com/en-us/answers/questions/799630/arcgis-map-services-stopped-loading.html

Either workaround or statement regarding the future of this feature is needed.

Completed
Last Updated: 10 Jan 2018 10:26 by Aleksandar
The tiles returned from the Bing rest imagery api are not using the latest road tile source. Customers are comparing our integrated maps to the Bing Maps website and complaining that our integrated maps are out of date. Microsoft has added "RoadOnDemand" as an imagerySet value to target the latest tiles. The currently implemented "Road" value is considered legacy.
Docs: https://msdn.microsoft.com/en-us/library/ff701716.aspx
Attached are images comparing the new Bing tiles and legacy.

Please follow this feature request already logged in our portal. 
https://feedback.telerik.com/Project/143/Feedback/Details/218677-map-add-the-canvas-modes-roadondemand-and-ordnanceservey-modes-in-the-bingrestm
Currently, you can implement custom map provider and hardcode the link addressing the RoadOnDemand service.

We will not add OrdnanceSurvey mode when we add CanvasModes and OnDemandmodes, as it requires more effort and different development setup.
Unplanned
Last Updated: 23 Feb 2018 07:59 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 4
Category: Map
Type: Feature Request
2
Implement WrapAround mode in Silverlight, just like it behaves in WPF. http://docs.telerik.com/devtools/wpf/controls/radmap/features/wraparound
Won't Fix
Last Updated: 11 May 2016 10:32 by ADMIN
MapPolyline (Informationlayer) or PolylineData (VisualizationLayer) disappear on higher zoom levels.

The origin of this issue is that Silverlight has limitation for the size of the polyline objects. Once this limit is reached, the calculations are wrong and the polyline is displayed incorrectly.

Possible workaround could be adding multiple smaller polylines / lines instead of one big polyline with many intermediate points.
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.
Unplanned
Last Updated: 27 Dec 2016 13:20 by ADMIN
RadMap with Clustering enabled on Visualization layer. Pushpins whose locations have equal or almost equal Latitudes or Longitudes are shown on particular zoom level (for example 19). You see them when clicking on the cluster. If the MaxZoomLEvel is set to be lower than 19, the pushpins are not placed in their correct positions after clicking on clusters and zooming out with mouse multiple times.
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: 31 May 2014 14:58 by Alex
The MapShapeBindableWrappers such as the MapPolylineView should support binding to properties like the Visibility property.
Completed
Last Updated: 14 Apr 2014 07:52 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
0
The problem happens in the VisualizationLayer when map is zoomed in on a shape with the stroke thickness set. The stroke doesn't scale down until the map has stopped zooming. This creates an unwanted side effect where the borders of the shape can get really huge/thick while the user is zooming into the shape, and when the zooming stops, the borders jump down to thickness of 1. We should improve map shape visualization in the VisualizationLayer to avoid this side effect.
Unplanned
Last Updated: 03 Jan 2017 20:23 by Alex
The VisualizationLayer does not always show items when the RadMap uses a custom map provider which uses a custom UTM map projection.
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).
1 2 3