You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there!
I just noticed a problem with invalid (empty) groundspeak:attribute elements in
the GPX files generated by OC.pl.
The problem is quite common and it appears in almost every cache I checked.
Invalid elements look something like (OP7B37):
<groundspeak:attributes>
<groundspeak:attribute id="53" inc="1">One-minute cache</groundspeak:attribute>
<groundspeak:attribute id="" inc="1"></groundspeak:attribute>
<groundspeak:attribute id="" inc="1"></groundspeak:attribute>
<groundspeak:attribute id="24" inc="1">Wheelchair accessible</groundspeak:attribute>
<groundspeak:attribute id="" inc="1"></groundspeak:attribute>
<groundspeak:attribute id="32" inc="1">Bikes allowed</groundspeak:attribute>
</groundspeak:attributes>
What steps will reproduce the problem?
1. Visit http://opencaching.pl/viewcache.php?cacheid=31548
2. Download GPX file using "GPX" link in the "Pobierz dane" section. The link
looks like:
http://opencaching.pl/search.php?searchto=searchbycacheid&showresult=1&f_inactiv
e=0&f_ignored=0&f_userfound=0&f_userowner=0&f_watched=0&startat=0&cacheid=31548&
output=gpxgc
3. Downloaded file contains invalid attributes as above
What is the expected output? What do you see instead?
Empty attribute elements (the ones with empty id) should be eliminated.
Original issue reported on code.google.com by jbaczyn...@gmail.com on 14 Feb 2014 at 11:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jbaczyn...@gmail.com
on 14 Feb 2014 at 11:55The text was updated successfully, but these errors were encountered: