Page 1 of 1

Low Emission Zone

Posted: Sat May 20, 2017 4:03 pm
by nemec
Hello !

How can i find out information about Low Emission Zones ?
- Violations when i try to route through such a zone ? sample: with a EURO4- Vehicle (yellow Sticker) to the center of karlsruhe
- Route/Tour/Maneuvre-Infos ?
- Symbols on the static card ?
- Symbols on the dynamic card (with Ajax Maps) ?
- Anything else ?

Thanks in advance
Andreas Nemec

Re: Low Emission Zone

Posted: Sun May 21, 2017 2:59 pm
by nemec
ok first success: found out the lowEmission zones
advancedTour.getRoute().getSegments()[a].getSegmentAttr().getLowEmissionZoneType()

Re: Low Emission Zone

Posted: Wed Jun 07, 2017 7:19 am
by Bernd Welter
Hello Andreas,

to visualize the greenzones / low emission zones in a map you need to refer to a render INI file that contains proper greenzones flags, e.g. "greenzones.ini". Here are two screenshots to be compared:
The default profile. It does NOT visualize the greenzones.
The default profile. It does NOT visualize the greenzones.
Request uses profile xmap-greenzones.properties which refers to greenzones.ini. The greenzones of Karlsruhe (small region within the city) and the neighbour city of Söllingen (area arounf the city) are highlighted.
Request uses profile xmap-greenzones.properties which refers to greenzones.ini. The greenzones of Karlsruhe (small region within the city) and the neighbour city of Söllingen (area arounf the city) are highlighted.
To activate the visualization in AJAX maps you have to switch to a proper profile group.

Best regards,
Bernd