- Created Race XML file which contains the perameters of the bermuda race for AC35main
parent
74a9b1499c
commit
a77f4883f3
@ -0,0 +1,182 @@
|
|||||||
|
<race>
|
||||||
|
<boats>
|
||||||
|
<boat>
|
||||||
|
<name>ORACLE TEAM USA</name>
|
||||||
|
<speed>300</speed>
|
||||||
|
<abbr>USA</abbr>
|
||||||
|
<colour>BLUEVIOLET</colour>
|
||||||
|
</boat>
|
||||||
|
<boat>
|
||||||
|
<name>Land Rover BAR</name>
|
||||||
|
<speed>500</speed>
|
||||||
|
<abbr>BAR</abbr>
|
||||||
|
<colour>BLACK</colour>
|
||||||
|
</boat>
|
||||||
|
<boat>
|
||||||
|
<name>SoftBank Team Japan</name>
|
||||||
|
<speed>400</speed>
|
||||||
|
<abbr>JAP</abbr>
|
||||||
|
<colour>RED</colour>
|
||||||
|
</boat>
|
||||||
|
<boat>
|
||||||
|
<name>Groupama Team France</name>
|
||||||
|
<speed>350</speed>
|
||||||
|
<abbr>FRN</abbr>
|
||||||
|
<colour>ORANGE</colour>
|
||||||
|
</boat>
|
||||||
|
<boat>
|
||||||
|
<name>Artemis Racing</name>
|
||||||
|
<speed>440</speed>
|
||||||
|
<abbr>ART</abbr>
|
||||||
|
<colour>DARKOLIVEGREEN</colour>
|
||||||
|
</boat>
|
||||||
|
<boat>
|
||||||
|
<name>Emirates Team New Zealand</name>
|
||||||
|
<speed>620</speed>
|
||||||
|
<abbr>ENZ</abbr>
|
||||||
|
<colour>LIMEGREEN</colour>
|
||||||
|
</boat>
|
||||||
|
</boats>
|
||||||
|
<legs>
|
||||||
|
<leg>
|
||||||
|
<name>Start to Mark 1</name>
|
||||||
|
<start>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.296577</latitude>
|
||||||
|
<longitude>-64.854304</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</start>
|
||||||
|
<finish>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.293039</latitude>
|
||||||
|
<longitude>-64.843983</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</finish>
|
||||||
|
</leg>
|
||||||
|
<leg>
|
||||||
|
<name>Mark 1 to Leeward Gate</name>
|
||||||
|
<start>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.293039</latitude>
|
||||||
|
<longitude>-64.843983</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</start>
|
||||||
|
<finish>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.309693</latitude>
|
||||||
|
<longitude>-64.835249</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</finish>
|
||||||
|
</leg>
|
||||||
|
<leg>
|
||||||
|
<name>Leeward Gate to Windward Gate</name>
|
||||||
|
<start>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.309693</latitude>
|
||||||
|
<longitude>-64.835249</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</start>
|
||||||
|
<finish>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.284680</latitude>
|
||||||
|
<longitude>-64.850045</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</finish>
|
||||||
|
</leg>
|
||||||
|
<leg>
|
||||||
|
<name>Windward Gate to Leeward Gate</name>
|
||||||
|
<start>
|
||||||
|
<coordinate>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.284680</latitude>
|
||||||
|
<longitude>-64.850045</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</coordinate>
|
||||||
|
</start>
|
||||||
|
<finish>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.309693</latitude>
|
||||||
|
<longitude>-64.835249</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</finish>
|
||||||
|
</leg>
|
||||||
|
<leg>
|
||||||
|
<name>Leeward Gate to Finish</name>
|
||||||
|
<start>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.309693</latitude>
|
||||||
|
<longitude>-64.835249</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</start>
|
||||||
|
<finish>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.317379</latitude>
|
||||||
|
<longitude>-64.839291</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</finish>
|
||||||
|
</leg>
|
||||||
|
</legs>
|
||||||
|
<course>
|
||||||
|
<boundaries>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.278</latitude>
|
||||||
|
<longitude>-64.863</longitude>
|
||||||
|
</coordinate>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.30989</latitude>
|
||||||
|
<longitude>-64.821</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</boundaries>
|
||||||
|
<marker>
|
||||||
|
<name>Start Line</name>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.296577</latitude>
|
||||||
|
<longitude>-64.854304</longitude>
|
||||||
|
</coordinate>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.293771</latitude>
|
||||||
|
<longitude>-64.855242</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</marker>
|
||||||
|
<marker>
|
||||||
|
<name>Mark</name>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.293039</latitude>
|
||||||
|
<longitude>-64.843983</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</marker>
|
||||||
|
<marker>
|
||||||
|
<name>Windward Gate</name>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.284680</latitude>
|
||||||
|
<longitude>-64.850045</longitude>
|
||||||
|
</coordinate>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.280164</latitude>
|
||||||
|
<longitude>-64.847591</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</marker>
|
||||||
|
<marker>
|
||||||
|
<name>Leeward Gate</name>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.309693</latitude>
|
||||||
|
<longitude>-64.835249</longitude>
|
||||||
|
</coordinate>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.308046</latitude>
|
||||||
|
<longitude>-64.831785</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</marker>
|
||||||
|
<marker>
|
||||||
|
<name>Finish Line</name>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.317379</latitude>
|
||||||
|
<longitude>-64.839291</longitude>
|
||||||
|
</coordinate>
|
||||||
|
<coordinate>
|
||||||
|
<latitude>32.317257</latitude>
|
||||||
|
<longitude>-64.836260</longitude>
|
||||||
|
</coordinate>
|
||||||
|
</marker>
|
||||||
|
</course>
|
||||||
|
</race>
|
||||||
Loading…
Reference in new issue