Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

0 votes
33 views

In user profile stats page, https://project-gc.com/Profile/ProfileStats , in the last attributes section, among the negative attributes in the first table row there are attributes for:

  • Not a long hike ... what is above and greater than 10km   , but image HTML title writes <10km
  • Not a medium hike ... what is less than 10km  , but image HTML title writes >10km
But title for the images in the ProfileStats page has angle brackets (signs < and > ) is the opposite logic.

Screen shot of the image titles with the opposite angle brackets sign in the code:  https://ibb.co/r2rBW2S8
ago in Bug reports by Slezici (180 points)
I'm not sure what you mean. Long hike is >10km, so "not" a long hike is <10km.
In the image title there is the <b>Not</b> also included. "Not a long hike (<10 km)" and "Not a medium hike (> 10km)". So it looks like double negation what means not < 10km for first attribute. And instead it is.
The title on geocaching.com is without this double negation.

You can see these attribute images titles on GC94Z4G or GC5J87N . There is no double negation.
The intended parsing is "[Not a long hike] (<10km)". However, you're right; Geocaching.com seems to go with "<10km hike". We might switch to that.
We elected to resolve this by removing the length from the attribute name. They will now display as "Not a short hike", "Not a medium hike", and "Not a long hike".

Please log in or register to answer this question.

...