WpfMap Control - map works slow

Within this forum we want to offer discussions all around our .NET based Map control including all .Net-language specific questions concerning calls of the xServer-API. Attention: xServer-relevant concepts can be found in further forums such as xRoute or xTour.
Post Reply
grzmaz
Posts: 1
Joined: Thu Jul 13, 2017 11:40 am

WpfMap Control - map works slow

Post by grzmaz »

Hello
I have used WpfMap Control and in my computer all works fine, but when running this on terminal all work very slow.

After set properties "UseAnimation" on false application works better but it still too slow for normal use.

What could be the reason of that?
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: WpfMap Control - map works slow

Post by Oliver Heilig »

Hi,

an interactive map within Citrix or terminal services is generally very senitive to bandwidth. There are several factors which influence the VDI (= Virtual Desktop Infrastructure) performance. This sample:

https://github.com/ptv-logistics/xserve ... erformance

shows how these affect the performance. If you still don't get enough performance, you'll have to change the navigation of the control to optimize it for low bandwidth. For example not moving the whole map while panning. I'll update the performance sample for this until next week.

Oliver
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany

https://github.com/oliverheilig/
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: WpfMap Control - map works slow

Post by Oliver Heilig »

Hi,

i've updated the test tool, see

https://github.com/ptv-logistics/xserve ... erformance

Here you can test all the tweaks we're currently using for our remote client deployments.

Oli
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany

https://github.com/oliverheilig/
Post Reply