Hello,
Map and guide allow on set uses of "Mountain passes" in road types section. I want implement this option in ours app. I cant find any example of that. Can you show me how I can sent that information to ptv route?
Best regards
Marcin Żegunia
Mountain passes
Re: Mountain passes
That is the attribute
- Routing / Course / BasicDataRules / Blockings / @blockedInWinterMalus
Joost Claessen
Senior Technical Consultant
PTV Benelux
Senior Technical Consultant
PTV Benelux
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Mountain passes
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<Profile>
<Routing majorVersion="2" minorVersion="0">
<Course>
<BasicDataRules>
<Blockings blockedInWinterMalus="2501"/>
</BasicDataRules>
</Course>
</Routing>
</Profile>
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...
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...
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Mountain passes
Susten Pass from CH-Innertkirchen to CH-Wassen (wikipedia)
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...
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...
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Mountain passes
Albula Pass (wikipedia)
from CH-Thusis to CH-La Punt.
from CH-Thusis to CH-La Punt.
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...
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...
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Mountain passes
Here's a quick update for xServer2 users:
the winter blockings seem to be available as regular truck attributes (FeatureLayer PTV_TruckAttributes) with a time dependency, e.g. from 1.11.-30.4.:
Attention: different pass - different time constraint: So there's no "blockedInWinter" flag but a time dependent blocking/opening.
Thanks to Max for the update,
Bernrd
the winter blockings seem to be available as regular truck attributes (FeatureLayer PTV_TruckAttributes) with a time dependency, e.g. from 1.11.-30.4.:
Attention: different pass - different time constraint: So there's no "blockedInWinter" flag but a time dependent blocking/opening.
Thanks to Max for the update,
Bernrd
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...
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...