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.

Unplanned
Last Updated: 27 Dec 2016 13:24 by ADMIN
We have created an application where a map fills most of the page, but we also have menus on the left and right side that will open and close depending on what the user is doing. In some cases the user will want to keep one or both the menus open all the time, so we have also provided the possibility to pin the menus.

The problem is that when the menus are pinned, we also change the size of the map, and when we do this any shapes that are drawn on the map disappear. We can make them reappear by zooming in or out, and this is only a problem when UseSpringAnimations is set to false, as setting this to true makes the map force some zoom action.
Unplanned
Last Updated: 27 Dec 2016 13:21 by k f
When the RadPane that contains the RadMap is redocked to another location then the RadMap locks the browser.
The RadMap loses its data context and gets null into Provider property. When the data context is restored and the RadMap gets its provider then it hangs, because all calculations inside its logic require map provider which contains necessary information about current projection.It is no problem to change map provider from one to another, but the problem occurs when the map provider is changed to null. 
At least the RadMap should raise exception in a case when the Provider property is assigned to null.
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.
Unplanned
Last Updated: 27 Dec 2016 13:10 by Pedro
When you draw a MapPolygon with one of his points as 90 latitude then the memory keeps increasing and the application crashes.

The map control should validate locations to prevent using coordinates which do not correspond to the used map projection.
Unplanned
Last Updated: 27 Dec 2016 12:20 by ADMIN
1. If you make two single mouse clicks fast enough, they will be incorrectly interpreted as double click, no matter how far one click from another. And you will be zoomed to the place of the first click.
 
2. Also there is another rated issue with fast map scrolling.
 If I'm at 16 zoom and want to scroll map to other city to the left (without zooming out). To do this I will need to mouse-down at the left edge, then move to the right, then mouse-up near right edge. If you repeating this fast enough, most times you get zoomed in instead of map moving.

Steps to reproduce:
For example, here - http://demos.telerik.com/silverlight/#Map/GeoImageryProviders
 
Just click to Sofia, then quickly click to Bucharest. Map will be zoomed in to Sofia instead of moving to Bucharest.
Quickly = in 200-300ms.
Unplanned
Last Updated: 27 Dec 2016 12:15 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Bug Report
3
When application has two radwindows, each with a radmap with MaPpolyLine, then the polyline disappears after click in the one window.
Unplanned
Last Updated: 25 Nov 2016 14:45 by ADMIN
When RadMap is used within a popup and the map provider is assigned each time before the popup is opened then UI hangs when it is opened second time.

Workaround:

The problem occurs when the RadMap.Provider property is assigned second time when the popup is opened and then it is closed. You can assign this property one time only to avoid this problem. You can do it from a XAML code. Or you can check that the provider is already assigned in the codebehind like following:

private void MapButton_Click(object sender, RoutedEventArgs e)
{
    if (radMap1.Provider == null)
    {
        radMap1.Provider = new OpenStreetMapProvider();
    }
 
    PopupPosition.IsOpen = true;
}
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.
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.
Won't Fix
Last Updated: 04 Feb 2016 15:06 by Alex
Any errors related to the image, however, cause the ImageFailed event from the UriImageProvider.Image property to fire repeatedly and never stop. This has been caused by 404 File Not found errors from missing images and also by a strange issue with Internet Explorer where large PNG images sometimes won't show.

Workaround:
Remove the image provider that works incorrectly using the Image.ImageFailed event.

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
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: 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.
Declined
Last Updated: 24 Aug 2015 15:50 by ADMIN
When a user clicks the center button on the separate navigation control (the standard buttons are collapsed) then a line appears at the center-bottom position.

Reason for closing/ declining:

The separate MapNavigationControl is designed to be used outside RadMap.

The bug is only reproducible when the control is placed in the ItemsCollection of the RadMap which is not supported. 
Won't Fix
Last Updated: 24 Jul 2015 11:55 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: Map
Type: Bug Report
0
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.

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.

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: 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: 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: 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.
1 2