This is a migrated thread and some comments may be shown as answers.

MapPolyline is moving on zoom

1 Answer 114 Views
Map
This is a migrated thread and some comments may be shown as answers.
Simon Störmer
Top achievements
Rank 1
Simon Störmer asked on 10 Feb 2011, 02:15 PM
Hi all,

I have started to work with the RadMap. My xaml is as follows:

<telerik:RadMap x:Name="myMap" Provider="{StaticResource OPSProvider}" ZoomLevel="4" >
      <telerik:RadMap.Center>
        <telerik:Location Latitude="50" Longitude="7" />
      </telerik:RadMap.Center>
  
      <telerik:InformationLayer x:Name="ButtonLayer" >
        <telerik:MapPolyline Stroke="Black" StrokeThickness="2" >
          <telerik:MapPolyline.Points>
            <telerik:LocationCollection>
              <telerik:Location Latitude="50" Longitude="7" />
              <telerik:Location Latitude="51" Longitude="8" />
            </telerik:LocationCollection>
          </telerik:MapPolyline.Points>
        </telerik:MapPolyline>
      </telerik:InformationLayer>
    </telerik:RadMap>

I can see the polyline on the map, but when I zoom, the Polyline is moving all over the place and it takes some time until it reaches its final destination. Is this the expected behaviour? Is there something I can do to work around and keep the lines in place during zoom operations?

Kind regards,

Tobias Richling.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 15 Feb 2011, 09:34 AM
Hello Tobias Richling,

We are aware about the problem. It is fixed already. The fix will be available in the 2011.Q1 Beta.

Kind regards,
Andrey Murzov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
Map
Asked by
Simon Störmer
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or