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

Information items not tracking on zoom

10 Answers 72 Views
Map
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 13 May 2011, 03:53 PM
When I zoom out on my map, items in the information layer are not moving to the correct locations.
<DataTemplate>
                        <Grid>
                            <StackPanel>
                            <Border Background="White" >
                                <TextBlock Text="{Binding Description}" Margin="5,5,5,5"></TextBlock>
                            </Border>
                            <Ellipse
                                Margin="0,5,0,0"
                            telerik:MapLayer.Location="{Binding}"
                            Width="20"
                            Height="20"
                            Stroke="Red"
                            telerik:MapLayer.BaseZoomLevel="16"
                            telerik:MapLayer.ZoomRange="1,20"
                            StrokeThickness="3"
                           Fill="Transparent">
                            <telerik:MapLayer.HotSpot>
                                <telerik:HotSpot X="0.5" Y="0.5" />
                                </telerik:MapLayer.HotSpot>
                            </Ellipse>
                            </StackPanel>
                        </Grid>
                    </DataTemplate>
e.g. an item in Manchester, UK is in the correct location at zoom level 16 but as I zoom out the item moves over France and then to Africa.
Thanks

10 Answers, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 18 May 2011, 11:55 AM
Hi XamlmaX,

We have addressed your inquiry in the support ticket you have opened on this matter.


All the best,
Giuseppe
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Brent
Top achievements
Rank 1
answered on 31 May 2011, 09:35 PM
I am having a similar problem using MapPinPoints and the InformationLayer. Can you please share the solution?
0
Pete
Top achievements
Rank 1
answered on 01 Jun 2011, 10:10 AM
There is bug in the current build related to the Hotspot property. The problem I had was that I was trying to center the location in the middle of an ellipse and then have a text block above it.

It works if you want the hotspot point around the outer edge of your location (as in the examples where the point is at the middle bottom of the bubble), just not if you want the point somewhere within your UI elements.

This will be fixed apparently in the next release, but for the moment I have used the template from the examples (which doesn't even have a hotspot point set) to show my points.
0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 01 Jun 2011, 02:48 PM
Yes, I have the same issue.

Do we have any idea when this fix will be out?
0
Pete
Top achievements
Rank 1
answered on 01 Jun 2011, 02:53 PM
Apparently it's already in the internal build , if you have access to that.
0
Brian
Top achievements
Rank 1
Iron
Iron
answered on 01 Jun 2011, 02:55 PM
No, but hopefully they will update the Demo software. I have to finish a project to demonstrate in order for them to purchase.
0
Brent
Top achievements
Rank 1
answered on 01 Jun 2011, 06:22 PM
Thanks for all of the info XamlmaX. I really appreciate it.
0
Andrey
Telerik team
answered on 03 Jun 2011, 07:13 AM
Hello XamlmaX,

This problem has been fixed already. Fix is available in the latest internal build.

Regards,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Brent
Top achievements
Rank 1
answered on 03 Jun 2011, 03:36 PM
Andrey, can you please provide instructions for how to download the latest internal build?
0
Andrey
Telerik team
answered on 08 Jun 2011, 03:46 PM
Hello Brent,

The latest internal builds are available from the download section in your client account (see the attached image).


All the best,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Map
Asked by
Pete
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Brent
Top achievements
Rank 1
Pete
Top achievements
Rank 1
Brian
Top achievements
Rank 1
Iron
Iron
Andrey
Telerik team
Share this question
or