Jump to content

Avernar

+Premium Members
  • Posts

    1416
  • Joined

  • Last visited

Everything posted by Avernar

  1. I just upgraded to v4.90 on my 64s and the difficulty, terrain and size indicators are mission on the various cache pages such as description, hint, etc Anyone else encounter this? Downgraded to v4.80 and they're back.
  2. Had the same problem. But I couldn't log into the forums to say anything about it. Everything working fine today.
  3. 401 bytes. And yes I can. PMed you a dropbox link.
  4. Something happened recently to the Upload Field Notes. The "X records were successfully uploaded" message doesn't appear and the field notes at the bottom of the file are not imported. I have found a workaround. Entering a bunch of blank lines on the bottom of the file seems to fix things.
  5. 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.
  6. Title says it all. Note: I'm asking about the 30x and not the 30.
  7. I think someone forgot to feed the hamsters. Site is a bit sluggish and I'm getting the occasional "Server Error in '/' Application."
  8. 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.
  9. 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.
  10. 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. 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.
  11. Is it supposed to say "Build: Tucson.Main.release-20140616.Release_129" in there? All I got was: I am: WEB14 You are: ###.##.##.###
  12. That breaks a few programs that I have and without a public API I can't do a workaround.
  13. I'm getting the same thing. In addition to the log confirmation screen, the field note I logged is not being removed from my list.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. 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==); } }
  19. Reunion event soon?
  20. Create a pocket query that searches for the Night Cache attribute. You can just click this link and hit Submit Information to save it: Night Caches Pocket Query. You don't have to run the query, just save it and use the list or map preview icons to view the caches.
  21. Quality Power Trail? That's an oxymoron.
  22. You can also go to http://forums.Groundspeak.com/GC/index.php?app=core&module=usercp&tab=forums and uncheck the "View members' signatures when reading topics?" checkbox.
  23. 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." 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.
  24. 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.
  25. 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!
×
×
  • Create New...