How to display TunnelRestrictionCodes in xMap?
Posted: Fri May 02, 2014 3:12 pm
Hello together,
today I tried to visualize TunnelRestrictionCodes via xMap. Voila - it works. Under the following conditions:
- you have to request the truckAttributes via the RoadEditor layer
- you have to use a render.ini file that contains the following
The current version of xMap uses DefaultBitmap=DefaultHazardousGoods. For a proper icon you have to update the value to DefaultBitmap=DefaultTunnelRestriction.
Kind regards Bernd
today I tried to visualize TunnelRestrictionCodes via xMap. Voila - it works. Under the following conditions:
- you have to request the truckAttributes via the RoadEditor layer
- you have to use a render.ini file that contains the following
Code: Select all
[Roadeditor.TunnelRestriction]
Color=255
Transparency=0
UnderStreet=true
AmountWidthFactor=2.000000
AmountDisplacementFactor=0.000000
MaximumScale=12.50000
#DefaultBitmap=DefaultHazardousGoods
DefaultBitmap=DefaultTunnelRestriction
Kind regards Bernd