Issues with UDDF Export

Discussions about Diving Log 6.0 - questions and hints
Post Reply
ebnerjoh
Posts: 28
Joined: Fri Jul 06, 2012 17:59

Issues with UDDF Export

Post by ebnerjoh »

Hi,

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>
This is what Diving Log is exporting. If I add "location" right after "geography", then the import is working.

Code: Select all

  <divesite>
    <site id="xyz">
      <name></name>
      <geography>
[b]        <location></location>[/b]
        <address>
          <city></city>
          <country></country>
        </address>
      </geography>
    </site>
  </divesite>
Is this a Bug in the export or have I forgotten to fill out an attribute in Diving Log?

Best Regards,
Johannes
divinglog
Site Admin
Posts: 6030
Joined: Sat Feb 08, 2003 21:02
Location: Coburg
Contact:

Re: Issues with UDDF Export

Post by divinglog »

Hi Johannes,

thank you, you're right, looks like it is a required tag. I've added it to the export. Please download this zip file and copy the content into the Diving Log 6.0 program folder.

Kind regards,
Sven
Post Reply