Unplanned
Last Updated: 22 Feb 2018 11:44 by ADMIN
ADMIN
Martin Ivanov
Created on: 30 Jan 2017 15:12
Category: Map
Type: Feature Request
5
Map: Add an ability to rotate the map
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>
3 comments
ADMIN
Martin
Posted on: 22 Feb 2018 11:44
Hello Douw,

This is not included in our current planning and we cannot bind to a timeframe for implementing it. If you follow the feedback item you'll be notified when there is a change in its status.

Regards,
Martin Ivanov
Douw
Posted on: 10 Jun 2017 03:52
@Martin Ivanoc, if you could give us an estimated timeline that would be great.
Douw
Posted on: 21 Feb 2017 00:25
Yes please, currently needed in project.