An OutOfMemmoryException is thrown under the following conditions: 1. The map displays its data using the VisualizationLayer populated with MapShapeData object. 2. The zoom level is changed to Neighborhood using the Zoom button from the map's navigation. 3. The zoom button is hovered Note: The MapShapeData should be visible when the zoom is applied The exception is not reproducible if the project's Platform is set to x64. Since Q1 2016, the BitMapCaching of RadMap is turned off by default and the issue is not reproducible unless you turn the caching on. Possible Workarounds: - the exception is not reproducible if the project's Platform is set to x64 - double check that UseBitMapCahe property of the Visualizationlayer is set to False. When False, the issue is not reproducible.
Clusters may not be updated if users expand or collapse them while zooming animation is not finished.
MapPath with RotateTransform is added in InformationLayer runtime. Map produces NullReferenceException. As a workaround you can use Visualizationlayer and PathData.
Map with ItemsSource bound to collection is hosted in RadPane . By closing the pane or by using LoadLayout() of RadPane - NulReferenceException is thrown. Available in LIB version: 2015.1.1603
In the KML file , Locations are separated witch commas instead of whitespaces , for example: 34.84161774,32.11002378,0,34.8416625,32.10999705,0 The RadMap produces "Input string is in icorrect format" exception. However, other tools read the kml file successfully.
Currently users need to find the crreect ItemsPresenter in code behind and export it with telerik ExportExtensions methods.
Map freezes if current culture is non en-US ,AsyncShapeFileReader reads shapes and the Map is zoomed.
RadMap Supports reading shp, kml files. Add feature to support the opposite , the items from the Visualization layer to be exported as shp, kml files.
Often clients need to change the colors of the Bing / OpenStreet Maps. Reasearch for a possible solution and add it in XAML SDK GitHub if possible.
Map has 2 providers initially - BingMapProvider and Custom Provider A. Runtime we remove A and add B - other custom provider. As a result - the image from bingmapprovider (world continents) is not displayed. As a workaround, users need to clear all providers and then Add BingMapProvider then add provider B.
Setting IsFilled property of the MapPathFigureView to False has no effect. The figure is not shown at all. The workaround is to use MapShapeFill and set Fill = Transparent. 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.
When using MapArcSementView , setting SweepDirection="ClockWise" does not work. The arc is always CounterClockWise.
Visualization layers are removed from the RadMap in a moment when MapShapeData objects are being processes (their geometries are processed). This leads to exception in MapShapeData.cs ' SetLogicalWidth method. Available in R2 2017 SP
MapQuest provides two different API's: one for open use and one for licensed use. Both require a key, so I don't know if there's any difference in the function calls besides the key? Directions, Search, Geocode, etc are available and provide a free alternative to Bing.
Add support for MapQuest Open Aerial Tiles. Information: http://developer.mapquest.com/web/products/open/map
When the PathData contains Arc segment which looks as vertical half-circle then it is not displayed in VisualizationLayer.
The VisualizationLayer will support using the collection views such as System.Windows.Data.ListCollectionView as its items source.
Many tasks on RadMap require smooth zooming for the better user experience. For example, floor plans or facility layouts. Default zoom increments are too large for those tasks. We should provide a way to make zoom smooth while keeping zoom level as integer value. DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/113322-map-support-of-the-smooth-zooming
InformationLayer.GetBestView(...)) method produces incorrect results when working on MapPinPoint items that are part of the information layer. Please note that this issue is not reproducible with Visualization Layer.