Hi,
Does routing mechanizm uses transit restrictions by default ?
Is there a way to turn it on/off ?
Best Regards,
Krzysiek
Transit restrictions
- krzysiek mbis
- Posts: 37
- Joined: Thu Aug 11, 2016 9:41 am
Transit restrictions
Krzysiek Paziewski
.Net Developer/Team Leader at Marcos Bis
Katowice, Silesian District, Poland
.Net Developer/Team Leader at Marcos Bis
Katowice, Silesian District, Poland
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: Transit restrictions
Hello Krzysiek,
do you refer to TruckAttributes or PTV_RestrictionZones? As these are feature layers you can enable/activate then on request (default is "feature layers are disabled") or preconfigure them in the profile file in use.
Check this piece of XML:
You can inject it via SNIPPET or config file.
Best regards,
Bernd
do you refer to TruckAttributes or PTV_RestrictionZones? As these are feature layers you can enable/activate then on request (default is "feature layers are disabled") or preconfigure them in the profile file in use.
Check this piece of XML:
Code: Select all
<FeatureLayer majorVersion='1' minorVersion='0'>
<GlobalSettings enableTimeDependency='True'/>
<Themes>
<Theme id='PTV_TruckAttributes' enabled='True' priorityLevel='0'/>
<Theme id='PTV_RestrictionZones' enabled='False' priorityLevel='0'/>
</Themes>
</FeatureLayer>
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...
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...