Bernd
- Sebastien / DEV: Regarding the LEZ: from my point of view there is no difference between GREENZONES and LOW_EMISSION_ZONES. In Germany, Green Zones are now modelled with the new LEZ feature layer, while they where until now directly stored in the base map. Before, Green Zones could be displayed for several European countries, but could be considered for routing only in Germany. With the new LEZ theme they can also be considered for routing in the countries where the data is available.
- This picture shows the different routes of a vehicle with a DE_RED com.ptvgroup.xserver.vehicleprofile.Engine.lowEmissionZoneTypes=DE_RED in the area of a greenzone.
I applied different values for the com.ptvgroup.xserver.routingprofile.SpecialAreas.forbiddenLowEmissionZonePenalty:
- blue = 0 : no additional costs for the usage of unmatching segments applies: the route takes a path straigth trough the zone.
- green = 50 : small impact - the route takes a balance between direct connection and a compareably short transit through the zone.
- purple = 500 (or more) : the route takes a path around the zone and uses a minimized transit through the zone.
- How to detect segments where the vehicle's zone type is not sufficient for the segment? Here you have to look into the segment's list and the lowEmissionZoneType property of a segment. There's no dedicated "violated" or "insufficient" flag given so if you know the vehicle's value is "DE_RED" while some segments require DE_YELLOW or DE_GREEN you have to mathch the segments by yourself.