Sample Tokens are now sent out in RaceXML correctly

Token and TokenType class created

#story[1250]
This commit is contained in:
William Muir
2017-08-29 15:37:01 +12:00
parent c15f13bc2c
commit 23027705da
2 changed files with 17 additions and 1 deletions
@@ -13,7 +13,7 @@
<Tokens>
<#list tokens as token>
<Token TokenType="${token.type}" TargetLat="${token.targetLat}" TargetLng="${token.targetLng}"/>
<Token TokenType="${token.tokenType}" TargetLat="${token.lat?c}" TargetLng="${token.lng?c}"/>
</#list>
</Tokens>