How to visualize TruckAttributes for debugging purposes?
Posted: Tue Jan 27, 2015 4:54 pm
Hello together,
from time to time I'm getting asked about the number of TruckAttributes we provide with our data.
I'm using a dedicated mapping profile that visualizes the existing attributes on a level that is not meaningful for production but that is very helpful for debugging.
Maybe this profile can help you as well.
Just extract the archive into the /conf of xMap and request the profile via CallerContext:
The result looks like this:
Best regards Bernd
PS: the trick is the MaximumScale= value that is available for a large number of attributes. You may assign it to even higher values if necessary (with impact on performance but that's ok for debugging)
from time to time I'm getting asked about the number of TruckAttributes we provide with our data.
I'm using a dedicated mapping profile that visualizes the existing attributes on a level that is not meaningful for production but that is very helpful for debugging.
Maybe this profile can help you as well.
Just extract the archive into the /conf of xMap and request the profile via CallerContext:
Code: Select all
<CallerContext_6>
<wrappedProperties xmlns="http://baseservices.service.jabba.ptvag.com">
<CallerContextProperty key="Profile" value="tarender" />
<CallerContextProperty />
</wrappedProperties>
</CallerContext_6>
PS: the trick is the MaximumScale= value that is available for a large number of attributes. You may assign it to even higher values if necessary (with impact on performance but that's ok for debugging)