• Willkommen im Geoclub - dem größten deutschsprachigen Geocaching-Forum. Registriere dich kostenlos, um alle Inhalte zu sehen und neue Beiträge zu erstellen.

Fehlerhafter GPX-Export (Version 2958)

polterschnack

Geonewbie
Die Attribute werden beim GPX-Export (GCFunde) falsch exportiert (Version 2958):

Z.B. beim Cache GCRVZR:
...
<groundspeak:attribute id="37" inc="1">Horses</groundspeak:attribute>
<groundspeak:attribute id="" inc="0"></groundspeak:attribute>
<groundspeak:attribute id="32" inc="1">Bicycles</groundspeak:attribute>
...

Bei der mittleren Zeile kann man sehen, dass die ID fehlt.
Das verursacht Probleme beim Programm GCStatistics.

Viele Grüße
polterschnack
 

Geo-Johnny

Geowizard
Nö, der Export passt ...
Gerade habe ich den GCRVZR exportiert.
Code:
<groundspeak:attributes>
        <groundspeak:attribute id="35" inc="0">Off-road vehicles</groundspeak:attribute>
        <groundspeak:attribute id="34" inc="0">Quads</groundspeak:attribute>
        <groundspeak:attribute id="33" inc="0">Motorcycles</groundspeak:attribute>
        <groundspeak:attribute id="15" inc="1">Available during winter</groundspeak:attribute>
        <groundspeak:attribute id="37" inc="1">Horses</groundspeak:attribute>
        <groundspeak:attribute id="56" inc="1">Medium Hike</groundspeak:attribute>
        <groundspeak:attribute id="32" inc="1">Bicycles</groundspeak:attribute>
        <groundspeak:attribute id="6" inc="1">Recommended for kids</groundspeak:attribute>
        <groundspeak:attribute id="1" inc="1">Dogs</groundspeak:attribute>
      </groundspeak:attributes>
 
Oben