I want to import my dives into Oceanic+ App on my Watch, but the UDDF Import is not working.
It seems that a "location" attribute is missing in the UDDF Export of Diving Log:
Code: Select all
<divesite>
<site id="xyz">
<name></name>
<geography>
<address>
<city>/city>
<country></country>
</address>
</geography>
</site>
</divesite>Code: Select all
<divesite>
<site id="xyz">
<name></name>
<geography>
[b] <location></location>[/b]
<address>
<city></city>
<country></country>
</address>
</geography>
</site>
</divesite>Best Regards,
Johannes