Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
It should be possible to rotate camera in the birds eye mode of the Bing map provider.
Unplanned
Last Updated: 05 Jan 2017 07:59 by Jason D
ADMIN
Created by: Andrey
Comments: 2
Category: Map
Type: Feature Request
6
The Bing Map provider displays the "no camera" icons from bing’s imagery server when the images is absent for the current zoom on high zoom levels. The default behavior should be changed to zooming the lowest available resolution instead of showing the "no camera" icon.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
5
When using 'Kilometer' as the DistanceUnit, the Scale switches from kilometers to meters when zooming in. But when using 'Mile'  the Scale does not switches from miles to feet.
Unplanned
Last Updated: 03 Jan 2017 20:36 by ADMIN
ADMIN
Created by: Andrey
Comments: 0
Category: Map
Type: Feature Request
5
The Altitude coordinate should be supported by the Location class.
Unplanned
Last Updated: 22 Feb 2018 11:44 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 3
Category: Map
Type: Feature Request
5
Currently, you can achieve this by using RotateTransform and clipping the container that holds the RadMap control. For example:

<Grid RenderTransformOrigin="0.5,0.5" Width="500" Height="500">
	<Grid.RenderTransform>
		<RotateTransform Angle="45" />
	</Grid.RenderTransform>
	<Grid.Clip>
		<EllipseGeometry Center="250,250" RadiusX="250" RadiusY="250" />
	</Grid.Clip>
	<telerik:RadMap ZoomLevel="6" Center="37, -120">
		<telerik:RadMap.Provider>
			<telerik:OpenStreetMapProvider />
		</telerik:RadMap.Provider>
	</telerik:RadMap>
</Grid>
Unplanned
Last Updated: 05 Jan 2017 07:59 by Michael
ADMIN
Created by: Giuseppe
Comments: 1
Category: Map
Type: Feature Request
5
Add Oracle spatial support to RadMap.
Completed
Last Updated: 16 Feb 2022 12:10 by ADMIN
Release R1 2022 SP1
With the current implementation of the RadMap control, the default value which will be used for connecting in the internal services is "http". This causes the tiles to not be retrieved if the firewall allows only "https".
Completed
Last Updated: 12 Sep 2023 09:53 by ADMIN
Release R3 2023
Created by: Martin
Comments: 7
Category: Map
Type: Feature Request
5
Implement AzureMaps Provider in RadMap based on the following API https://azure.microsoft.com/en-us/services/azure-maps/
Unplanned
Last Updated: 03 Jan 2017 21:01 by Julien
Created by: Julien
Comments: 0
Category: Map
Type: Feature Request
5
Add support for 3D Elevation Models like in Bing Maps for WPF.

https://rbrundritt.wordpress.com/2013/02/13/3d-elevation-models-with-bing-maps-wpf/ 
Unplanned
Last Updated: 26 Jun 2018 13:45 by Dinko
Created by: Pete
Comments: 2
Category: Map
Type: Feature Request
5
WMTS is a standard protocol for delivery of tiles map data - see  https://en.wikipedia.org/wiki/Web_Map_Tile_Service 
It should be possible to write code to understand pretty much any service complying with the specification. It would be good if RadMap could be extended to enable it to understand the WMTS specification and allow WMTS data to be used.
Unplanned
Last Updated: 03 Jan 2017 21:09 by Andrew
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. 
Unplanned
Last Updated: 23 Jun 2017 13:43 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 0
Category: Map
Type: Feature Request
4
Implement BING REST Traffic API in BingRestMapProvider. 

https://msdn.microsoft.com/en-us/library/hh441725.aspx 

This will allow clients request traffic incident.

This WON'T be enough to display traffic tiles or get congestion data - this usage is limited. Check answer from R. Brundritt =>

https://social.msdn.microsoft.com/Forums/en-US/20020cb8-5e8f-4fe6-abda-ffdcc0edb77e/bing-map-rest-traffic-api-congestion?forum=bingmapssilverlightwpfcontrols 



Note: The following tutorial might be helpful if clients need to use BING REST Traffic API outside RadMap. https://msdn.microsoft.com/en-us/library/jj819168.aspx

Note: In R2 2017 BingMapTrafficProvider will be deleted from our code base due to limitations in the BING Maps Developer API terms of use. Also the service which is behind this provider might be stopped in 2017 so applications using this provider with old version of UI for WPF/ Silverlight might also stop working properly.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ewart
ADMIN
Created by: Andrey
Comments: 1
Category: Map
Type: Feature Request
4
The RadMap control should support for a Crosshair to appear at the current Center.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Current implementation of the SearchResultSet have not AvailableFilters property and BingSearchProvider don't pass these values to the response.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
It should be possible to specify zoom range where caption of the map shape will be visible.
Completed
Last Updated: 04 Aug 2020 08:37 by ADMIN
Release LIB 2020.2.810 (8/10/2020)
Currently the "FORMAT" is hardcoded to "PNG". We can expose a way to modify it through the WmsTiledProvider.
Declined
Last Updated: 02 Aug 2016 12:22 by ADMIN
The map control will support the Universal Transverse Mercator (UTM) projections. The map control will have appropriate projection which can be used for empty provider. Also it will have the converter from UTM to Mercator projection (EPSG:4326).

DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/122715-map-visualizationlayer-should-support-custom-utm-map-projection
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Currently BalloonStyle.Text supports only <p>, <b> and <font> elements -- extend it to support table/tr/td elements as well.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Extend KML BalloonStyle.Text to support feature entity references (e.g. $[name]) - see http://code.google.com/apis/kml/documentation/kmlreference.html#balloonstyle for more information.
Completed
Last Updated: 16 Apr 2014 08:35 by ADMIN
When the selection is started on map control then it can be cancelled using the Escape key.