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

Something changed in 2013.2.SP1 or 2013.3?

1 Answer 21 Views
Map
This is a migrated thread and some comments may be shown as answers.
Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke asked on 24 Oct 2013, 10:44 AM

Hello
I’m binding an image to a MapLayer based on a request to a server. Nothing is changed in that code.
The image is not loaded each time when I use 2013.2.SP1 or 2013.3. It works every time while using 2013.2.

This is not a constant problem, but occurs while zooming in and out between different zoom levels.
Ex. Going from zoomlevel 18 to zoomleven 19 several times. Suddenly the image will not load.

I’m listening to 
RadMap1.InitializeCompleted += (Model.KartInitializeCompleted);
RadMap1.SizeChanged += (Model.KartSizeChanged);
RadMap1.MouseLeftButtonDown += Model.KartLeftButtonDown;
RadMap1.MouseLeftButtonUp += Model.KartMouseLeftButtonUp;
RadMap1.ZoomChanging += (Model.KartZoomChanging);
RadMap1.ZoomingFinished += (Model.KartZoomingFinished);
RadMap1.CenterChanged += Model.KartCenterChanged;
RadMap1.PanningFinished += Model.KartPanningFinished;
RadMap1.MouseMove += (Model.KartMouseMove);
RadMap1.MouseDoubleClick += (Model.KartMouseDoubleClick);

And:
ZoomingFinished="KartZoomingFinished" 
ZoomChanging="KartZoomChanging"

And binding to 
ZoomLevel="{Binding ZoomLevel, Mode=TwoWay}"

Do you have any idea what changes can course my problems, and how to resolve them.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 28 Oct 2013, 04:38 PM
Hi Rieni De Rijke,

It is very complicated and it is hard to reproduce the problem without your solution, but using just a description you sent. Could you please open a formal support ticket and provide us with a small sample solution which reproduces it? This way we will be able to investigate it locally and get back to you with our findings.

Best regards,
Andrey Murzov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Map
Asked by
Rieni De Rijke
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or