Pre-release 1.7.6.0 - Version 1.7.6 available

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
User avatar
Bernd Welter
Site Admin
Posts: 2572
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Pre-release 1.7.6.0 - Version 1.7.6 available

Post by Bernd Welter »

HI there,

Oliver released a new version Version 1.7.6 on git hub.
The NUGET packages have also been updated.

• Added LocalOffset property to reduce jitter of objects on deep zoom levels.
• Fixed propagation of XMapCredentials property for on-premise xServer.

This release has 3 assets:
• Binaries.zip
• Source code (zip)
• Source code (tar.gz)
Visit the release page to download them.

Thank you, Oliver!

Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: Pre-release 1.7.6.0 - Version 1.7.6 available

Post by Oliver Heilig »

Hi,

a quick explanation of the LocalOffset parameter. When set for a (Shape-)Layer, shakiness of objects and rendering-artifacts (e.g. wrongly aligned hatches) can be eliminated for very deep zoom levels (> 18).

You can set it if your layer objects are confined to a specific region. At intialization just set it to the center of this region. An example in the DemoCenter:

https://github.com/ptv-logistics/xserve ... cs#L65-L74
Attachments
Without LocalOffset scale 1:300
Without LocalOffset scale 1:300
With LocalOffset scale 1:300
With LocalOffset scale 1:300
Without LocalOffset scale 1:210
Without LocalOffset scale 1:210
With LocalOffset scale 1:210
With LocalOffset scale 1:210
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: Pre-release 1.7.6.0 - Version 1.7.6 available

Post by Oliver Heilig »

OK,

i must admit the last post caused some annoyance. The effect of the LocalOffset-property is hard to visualize with static images. The problem only occurs for zoom levels which go beyond the maximum level supported by xMap itself (> 20).

I made a video which should clarify this

https://youtu.be/QiasKKUeVGk
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany

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