mirsch / lab2gpx

GNU General Public License v3.0
26 stars 21 forks source link

Icon Issue in Looking4Cache #157

Open mithomas opened 2 months ago

mithomas commented 2 months ago

The popular iOS caching app Looking4Cache has a small quirk in that it requires

<groundspeak:type>Geocache|Lab Cache</groundspeak:type>

instead of the currently generated

<groundspeak:type>Lab Cache</groundspeak:type>

to display the correct icon for lab caches. The app being no longer in development and its code not available, I'd like to address this issue here (and not run a post-processing script every time :-)) - two options come to mind immediately:

  1. Always write Geocache|Lab Cache for as the groundspeak:type (I am not aware if or where these types are actually standardized, the respective XML schema defines this field merely as a type:string and at least GSAK has no issue with the proposed change).
  2. Make this an option much like the one for not converting codes to upper case.

@mirsch: Let me know what you think and I'll try to raise a PR for that. (Any recommendations on testing this locally?)