Jump to content

Avernar

+Premium Members
  • Posts

    1416
  • Joined

  • Last visited

Posts posted by Avernar

  1. Garmin is never consistent on the data it supplies for its units. An example that is frequently missing is the number of caches a model will hold.

    Yeah. I've always had to hunt for that number and filter out all the people quoting the waypoint limit.

     

    I was hoping someone had one as Garmin's website also led me to believe it didn't. The units that have GGZ seem to have "250,000 preloaded geocaches" on the page somewhere.

  2. The next day the I went to a completely different place and was surprised that the caches didn't appear on the Garmin.

    This is a bug in the firmware. It happens on my eTrex 30 and my Montana 600. It usually happens when it crashes during the gpx indexing phase after clearing the old cache index. The first half of the green bar is when it's clearing and the second half is when it's reindexing.

     

    To get it to reindex the gpx just rename it to something else. If you don't have a computer handy and you keep the gpx files on the external storage, pull the SD card and power up fully. Then put the card back and power up again.

     

    I always give any new gpx files I put on the unit a different filename. That seems to minimize the issue. What seems to prevent the load failures completely is to delete the old gpx files and power on the unit so that it only does the clear phase. Then put the new gpx on and have it only do the indexing phase.

     

    I've also have had the unit forget the caches after a unexpected power down. I used the sd card trick to get them back.

  3. Please don't bump the GPX version number. Your GPSr has a problem. Mine does not: it recognizes "Mystery Cache" as a synonym for "Unknown Cache". If you bumped the GPX version number even though no substantial change was made to the GPX schema, it will probably cause me a problem I don't currently have.

    Don't worry. You can already pick what "GPX Version" you want in your account details page. Any future (planned) changes to the GPX will just add another version to that list. If you don't change that setting you'll still get the same old GPX format.

     

    Just for clarification it's not the GPX Version that would change but the Groundspeak GPX Extensions Version. The website mistakenly calls it GPX Version. Topographix is the company that defines the GPX Version. They've defined a new version but pretty much nobody uses it.

  4. The larger-scope fix will be to revive efforts to update the GPX schema. This work was largely completed a year and a half ago, but was mothballed for various reasons in favor of the API. It is clear that GPX is still a much-needed tool to the community, though, and so those of us on the product team would like to see the updated schema rolled out that will included much-desired benefits such as inclusion of favorite points, PMO status, et al.

    This is very good news indeed. I've been waiting for those items to be included in the GPX for a log time. :)

     

    Since I do not have an API key, pocket queries is the only way to get information into my various programs.

     

    When the numeric cache-type IDs are implemented, I would suggest that a different value be used for those caches where the user has entered corrected coordinates versus ones where the user had not solved the puzzle.

    Reusing a field for two purposes is bad design and a bad idea. More likely corrected coordinates would get a boolean flag and the (hopefully) both the corrected and original coordinates would be included.

  5. Well it took me more than a day, and I'm not the first, but I think this script is the best. Not only can you fix the log icons, but you can fix just about every other icon (mis)used on the site.

    Very nice script. The reason I went with stylish instead of greasmonkey this time is that the greasemonkey script fires after the HTML is fully loaded. This means the icons will be the original ones at first and then switch to the replacements later. Most noticeable on the all logs page.

     

    I am experimenting with a way to get a greasemonkey script to install the styles before the HTML loads. I'll let you know if I succeed.

  6. Second, I have no idea what you mean above about how to enter this stuff in Chrome, or even Firefox for that matter...

     

    Third, while it is great to use monkeys to suppress what the hamsters are doing, it doesn't send the right message to Groundspeak. What they need to hear is that we like the bruce-O icons better. If we just use monkeys, they won't hear from us, or understand that what we want is different from what they have launched without warning.

    Which browser do you use? We can help you get it working.

     

    There's no need to suffer while we complain about the icons. :) While this fixes it on my computer I still have to look at the bland icons on my iPad.

  7. I just tested my Stylish style on Chrome. Just remove the two top lines starting with an @ and the last curly brace. Then use the Stylish plugin to write a new style and paste in the modified text. Finally add a "Applies to" of "URLs on the domain" on "www.geocaching.com" and save.

  8. Thanks for that, but I've pretty much given up on Greasemonkey fixes to the website.

    That's why I maintain all the greasemonkey scripts I use regardless if I wrote them or not. They break too often and that's because they rely on specific layouts, IDs and classes in the HTML.

     

    This stylish "script" (it's really just a CSS style) is as generic as possible. They only way it will break is if they move/rename the icons and it's very trivial for anyone to fix that themselves.

  9. Firefox Stylish style to switch to thebruce0's alternate icons:

     

    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("www.geocaching.com") {
    img[src*="/images/logtypes/3.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACvklEQVQ4y52TzW9UZRhHz/sxd9oZrrYFLp2B6TfaxkLblIgkbBDjwhjYaIyu3OkOiC6MiQmJceHCuCBRFm6J+zZxoXFRQmAkLKZ2AJ1KWxhKS5GhQ4d2eu977+OiQUXCxvMHnJwneX5KRPg37509LxduRjQSjUl5JJFjm97kcI/PuQ8OKf6Deiz47qfr8vEP85jdXRQG8rS3pLBGcA4eNCOqs4vI7Tt8drybU0eH1BOCr3+uyKcTC/QeGWVwZxtZHEYccRO0ZxBjaKCorNSZm5rm8zcLfPTaoALQAKcnZul5ZZzRXAfJ0gqlqcv4rRnS1uK3pilNFYnv1djf2UbPoRG+mLzx9wn6nW/Oi+0q0Bd4tCvD9VKZ8i/TrK1tYCw8bKxTLpb4/UqZDk/oD1pQhW7e+vaiAOhL1ZDCQIGsgDYgAKJwThAVE8eCJAkJgsKSQejuz3N5ob5VsJakaGvVaCUkcUyQD8j35vH9DM4Jvp8l19dFsLsTcQ6bwPNZSwMPAKu1xaLR4oiaIcNjw7w0NowCUAYNHHv3GEoLzcihRGGUoFKprQKSJrFLEAQElNV41hDFDhfFhJHDswaNQeIEAUIHEkVbBYEnLK1usD3IoDyP6tw8peJVHtZqxC7BWovf0cbQ+Aj9e/PUZZN7yxvssvGW4PhoO2dKN3kht49fSzPcvbVE3+AAuT05Up4mCh2Li0vcmCnTqD8g2PcityvznDyQ++eR9n7yozzqHWSos5U9O7JkUobYgbgQqzUqnaYRhiyuNPhtpUF27g8qX76uACzA5IlxXv2qSLnZh854+FawsQMUGkcYJTxywrVqHXNrlomTB5/eQvV+Td4+O83MKjzX1cn2XT4taY/Ndbj/Z43V6jIj2+D7D/fTE3SopwSPmSwtyLniXSrL60RakdLCwM40779c4I2xwrPX+H/5CxoNM5mqa2nIAAAAAElFTkSuQmCC);
    }
    img[src*="/images/logtypes/4.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfklEQVQ4y+2OywqAIBRE/eSiTdGuiKIPFCmxFHVbK7cTBkFPqGjZhdlcmDOHACBhEOFpkjiF75IFQCkFYwxN04JzDiEEuq6HlBJKKWitYYyZY609An6D3+ATg6ul1drZ3TPwAOfc5leV9Rbg16+yB+RZgWEY3xmsy48B+7LPBPte38JBwojCAAAAAElFTkSuQmCC);
    }
    img[src*="/images/logtypes/5.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url("http://www.geocaching.com/images/logtypes/7.png");
    }
    img[src*="/images/logtypes/7.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVQ4y2P4//8/AyWYaIWP+cT+wzCKAR0dHXszMzP/o2OQOLLCR7yi/2EYxQBsmmH49OnTHhQZAMKbN2/+/+jRI7jmx4KSYD5IHORKog14E58KNuBdQQncAJA8hgEwgG7A9+07wQb8ffmSPAN+HjsBNuDf5y+kGQDCKAa8/wDmw+TABpSXl/9/+vTpf3QAEgPJgTT8vnUHnAb+ffiIaQAIl5aWohgC0wxzATrGMADZEGTNJBkAMwRZM8yAL/MXgcPg86y5qAZ0dXVtJ5QWQBqeSCjAExPMAJBeojPT5+mz/j8WkAC7hKzciAsDAPGNxpDvEa5MAAAAAElFTkSuQmCC);
    }
    img[src*="/images/logtypes/9.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNUlEQVQ4y9WTzaqCUBSFzzNaL9GwBwh8Ap/BUTNDKn8TCyHIiSNDKhREcSRWAzUqWJd9LgnRoPszuNwDCzZ7r/15XHAYAPYbsb8HjEYjCILwI0mSBHY8HjGfz9Hr9b682O/3sVqtcDqdwAzDQBzHyPMcg8Hg7fJwOERRFEiSBKZpgmmaBtJms0FVVZBlmRtFUeQmEtXUG4/HoBv7vg9d17k6AMmyLGRZhjAM0TQNHofq7XbLZ+R5LL8ASPRvbdvier12AKqpt16vn5ZfAI8v7/d7pGnaAaimHs0OhwMotyfAYrFAWZY8Vc/zuOF+vyOKIr54u92621EG5HNd9xMQBAHquuZkVVWhKAqm0ymWyyVmsxk3OY7DezSbTCbY7Xa4XC48F0bJE5mG35Ft2zifz2D//zF9AF4TA3n5NbqoAAAAAElFTkSuQmCC);
    }
    img[src*="/images/logtypes/10.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABuklEQVQ4y42TSyhEYRTHx0JeZTEbpRTlvbGyslRexUahURRmYSsp2VESKSUWKLLwSsksjMLKK8OUQeTVRNEMMxbDMJrm/t3/0dU8sfjf79zvfud3Ht+5OgC6YD3fPuL9zArf9bms4d/DFfKy0loMU3sSzJ3JItrLhmz8C7BoSMdWXwosQ3o4zHq4t9NwOpou70sNCfgVsNNRIRHpOFWVD/tsFpxzOWJz72AiNWYm8mAEHtKcuGr203olPIc1sAyWS19iAhjpZTMP+z254uw56cb9zio+nFbRm+MCyqcXiu8BvwIon31MDrpsGwJiBpRrtxbHk9WRADaQJUyXZGBvsAsepxuW/jwELuMFqDjrgEAjXm0Fsmfr1SEEQCc2kU5Mm5Fda+onfxlMzYV4v6wX0RaYWy+lhlwjb4Lpsdbj4SLgIwuKoyUSoO4RfDetQ8Qg2c1z0ihJUT0EvxE3C6XirNkCUMuRDMMBmjTAdzQj8Nr2Lc3+C8DpY53zlZnSWK4cJNoUmxm1BE1nMwMSgTdAZw4Tr5A90G6HgxUTIGWMNAmE80EniiPuPYoTO+rfGC0TlnM1nvgjgoPPfAG2kNuMw2nSOQAAAABJRU5ErkJggg==);
    }
    img[src*="/images/logtypes/11.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAhElEQVQ4y2P4//8/w9Zkjf/kYJBeBpgB/5/HkISJN2CfwP9jRUBlh4TIMSDq/9lKhv+HChn+32phINcF/GAD/h8SINMAisOAZAPuu/z/v5UVQpNsAEjTOkaIn9cxIAzBYih2A6CaYRhsyHUDrIZiNQBZMy4MNoQSA8CG0CQWKM5MA2YAACoBwYRGVUL4AAAAAElFTkSuQmCC);
    }
    img[src*="/images/logtypes/46.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNElEQVQ4y2Oora1lAGHNWYw8QHwGiJ8D8WoglobJ/f//HwU//fxQLmKD5X+gmv8MMEVQQ+SA+CFIAojfArEKzIA///6wgOgXX57IhK43OwlS479G7z9IEz+aIepQA0B4NUhsz4MNAWX7YxffendFJ26zw36QnMtyxft33l/TAmm4CrIZyQB7JAM+gMT05rD/BPEtF4mAxe2Xyjy+/Oq0CchFIA2foc5WBGInqP9RDFh/a2Gc/RLppyAxh6Wyj8++OGIDCw+QAeuQNKDjY7AwWHV9doruHLafa2/OS0IOUJAB0tAAw2VIHXIYoWOYv0GGrADiJ1B8jFhDcJoM1NRIjCEM+JxHjCF4DSDGEIIGEDKEKAPwGUK0AVgM+QDEOSQZgGQIKMfyA/Ftkg2AGlIBxH+AeAIA2HukfG+LfJUAAAAASUVORK5CYII=);
    }
    img[src*="/images/logtypes/47.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAxUlEQVQ4y6WTIRLDIBBFOQI2x4iNzFWQyEhsZCUSi0RG5hqVXAGJ3LI7pUOGCdB2dr6B/Mf+DTAAYP/odoNrDi01AT1zCWkDDAcRBPjoSVvcaG0YIIMEnYo7TjKpVFTjgBADGW2qB4KO91oPMJnpAtDp5D3u44DVrfQBZkYzGlHYCYF6gE+UNDDMjKeiKP/dEE9/AlPsot4vrTqwT1sBME6eSfciLWapAMNXOZtnPUPuZBhQmsuZDAHkISrz169ROAG/PucX2eOXay6HXT8AAAAASUVORK5CYII=);
    }
    img[src*="/images/logtypes/74.png"] { display:inline-block; padding: 16px 0 0 0 !important; height: 0px !important; width: 16px !important; overflow: hidden !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABGElEQVQ4y2P4//8/A7l45ZVvgWRr7jn8rsh/7r0DJGs8+vC7me+sO4e16q79t+69dY8oTU/efJBbfulLeMjCB9tBGmHYpP36KwaQM5AFkXHptle97QfeleKSN2q5/oEBZAouBaeefDN2mnTrKi55EGbQrr/2B5fk169fOfHJE2WATsP1n3gNIOQFt6l3zuCSBxnOELTg3i5cCjLXPZ8z+fjHHLyBCIuqKSc+ZqJLIkfjovNfotAtM++8/hxuwL1XH1TQJbGliQP3f9g4T751HqTGvv/WDRRJq+6bD2EGgBTiSljfvn9nq931ugWUIlEkUlY9XQQzoGnvmzqSM9PC819iYQaATCcmmWOkeVi8gwLx1+9fzIQMAACJi7lYa9tzAQAAAABJRU5ErkJggg==);
    }
    }
    

  10. Happens all the time, but it's obviously more noticeable when someone with 17,000 finds does that.

    I figured out that's what was going on after the first few emails came in. My first though was "That's going to take a while to re-log."

     

    Could this be legitimate in anyway? Should I report this, if so to who?

    Unless they're on your own caches I wouldn't worry about how other people log/don't log/mis-log their finds. It'll just end up driving you crazy. Just take a look at what happened to some of the forum regulars. :anibad:

  11. The date placed is already included in the GPX which means the Send to gps plugin probably already has access to it. The problem is that your GPSr doesn't have the ability to display it.

     

    If you have a paperless GPSr then the published log and it's date will be visible in the logs. In time it will be replaced by found/not found logs but at that point those logs would be more useful that when the cache was published.

  12. What I don't get is the concept of using this site's resources to post "finds" on caches that aren't listed here. If you found a cache what was listed on Navicache would you log a find for it here? You found a geocache.

    That's one of the best arguments for not logging temp caches that I've seen so far.

     

    Hmmm. If I had known this when I started geocaching I would have brought 9 caches along with me. I'd throw them down with my eyes closed at GZ and then find all 10. Then I'd take my 9 caches to the next cache. That way I could log 10 finds for each one listed on geocaching.com. I could have had over 50,000 finds now. I'd have the respect and admiration from the other cachers. I'd be an über cacher! :rolleyes:

×
×
  • Create New...