Jump to content

===sgb

+Premium Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by ===sgb

  1. Is Groundspeak aware? Are they doing anything? Can I have the old search back somehow?
  2. Cache search seems broken. For several weeks now, if I go to the website search page and enter a GC number, the first time I did it it returned me to the empty search page . On entering it a second time, I got a list of nearby caches that I could then filter. Unpleasant but tolerable. Then it wouldn't "map those caches", to get a map, I had to export the list to a bookmark list and then map the list!. Today it has different behaviour, and a very different appearance. I type in a GC number and it gives me a list of over 3 million caches, starting with ones in Germany. This is despite the GC cache typed in being in Slough with a 16km radius. What is going on?
  3. How do I ... Find caches whose name includes unusual characters? In particular I would like to find caches whose first character is = (equals sign). I know of one! The cache search filter ignores = signs completely. I could cope with it producing a list of caches containing = somewhere - an easy search of the list to find others. If I search for = I get no finds (even when =5 Roads is within the specified radius) If I search for =5, the it ignores = and returns CCC 5 and How Odd? #5. No equals in cache names.
  4. THANK you - that was what I was seeking. Excellent. Base16_Characters = [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' ] Base31_Characters = [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'M', 'N', 'P', 'Q', 'R', 'T', 'V', 'W', 'X', 'Y', 'Z' ] Id to Reference Code -------------------- If Id < 65536 ReferenceCode = Base16(Id) // Decimal to Hex else ReferenceCode = Base31(Id + 411120) Reference Code to Id -------------------- if Prefix == "GC" ReferenceCode = Replace(code, "S", "5") ReferenceCode = Replace(code, "O", "0") ReferenceCode = RemovePrefix(ReferenceCode) FirstChar = substring(ReferenceCode, 0, 1) if len(ReferenceCode) >= 5 or FirstChar >= 'G' Id = Base31(ReferenceCode) - 411120 else Id = Base16(ReferenceCode)
  5. This is to convert between GCcode and ID (cache) not GLcode and ID (log). But as you say, it gets it right albeit GCHZ0W1 not GLHZ0W1. But that should be enough for me to determine the algorithm. 1..15 -> 1..F (hexadecimal) 16 -> 10 also hex. I'll experiment to find it. Thanks.
  6. No base 31 doesn't work. 16183305 remainder 0123456789ABCDEFGHJKMNPQRTVWXYZ (wanted) 522042 3 2 1 16840 2 1 W 543 7 6 0 17 16 F Z 0 17 G H
  7. How do I convert a "log id" (numeric) into the log page name (starts GL)? The "My Finds" GPX file you can download from the Pocket Query page includes log ids as a number (eg 16183305). When you view that log on the website, it has an alphanumeric name starting GL (for the above log, it is GLHZ0W1) It is not a simple "base 36" conversion between the two. What is the conversion algorithm please.
  8. On the Browse map, you can filter for trads, multis, puzzles etc. It would be very nice if there was a way to split puzzles into unsolved puzzles (Question mark icon) and Solved puzzles (Jigsaw piece icon), so that you could view only solved puzzles or unsolved puzzles. (To make things harder, I also use update the coordinates on multis and other types I have solved, so they become jigsaw icons too.) What would be nice would be a couple of tick boxes: "Show caches with original coordinates" and "Show caches with updated coordinates". Then if you checked both boxes it would behave as the map does at the moment. If you deselect either then those icons disappear. If you deselect both, then you get a blank map. How about it?
  9. I retried it a few hours later and it worked fine. STRANGE.
  10. So I do a search ( as it happens for Church Micro caches within 25km of the southern tip of the Isle of Wight). The list looks good, the map looks good. I save them to a bookmark list and then go and check the list, renaming it from CM_IOW to CMs_IOW. The list is fine. Then I view the map of the list and it is empty and is based on my home location. What is going on? How do I see the map of the bookmark list?
  11. PCNs have two modes: Display (on a grey background) and Edit (on white in a box). It is really frustrating that clicking on the grey area text changes to Edit mode but doesn't put the cursor in the text box. Please could you update the html coding to change focus to the text box? (This may/may not have been mentioned previously, but Forum Search isn't working today, just ERRORs.)
  12. ===sgb

    MSIE on Win 7

    I don't think anything has changed at my end, so I assume that Groundspeak have "upgraded" something. Anyway, when I enter a URL such as https://coord.info/GC6CGYJ - as copied from the drop down at the top right of each cache page - I get a blank screen. I have to click "refresh" to make the page actually load. This also applies to some other geo pages. Also the Personal Notes section, when in edit mode, used to be maybe a dozen lines long IIRR. It shrunk to maybe 6 lines a few years back. It is now down to 4 lines which is too small to do any useful editing in. So I have to copy and paste it to an external editor and then repaste it. Oh yes - the personal notes no longer select in the old easy way. You used to be able to click on the line of a note and the edit would open and be highlit. Now you have to click on the text (no use clicking on blank to the right) and then you have to wait for it to open in an edit box and then you have to click again on the text to "get in" to it. Why all these counter productive changes? ===sgb
  13. Is it possible to format personal cache notes? I endeavour to keep puzzle solution notes there and I often want to align columns, so being able to specify use of a non-proportional font would be helpful. Does Groundspeak markup (markdown) work - but even that doesn't have "courier" as a selection. The alternative is to enter a URL to an offsite file, but that is a bit clunky.
  14. That helps and it works and it finds the profile that was otherwise hidden. I still don't understand why searching for the username failed. Thanks
  15. I dislike the message system a lot. However that doesn't stop folk sending you messages. And when they do I like to look up their profile to see what sort of cacher they are. I am unable to highlight the name in the sender name in the picture block list to the left of the messages. However if you click on the picture block, the name recurs at the above the message text. That can be highlit and copied. So I do that and then go to my profile page (not the public one) where there is a link "Find another player". Select that and paste into the box there. This page is frustrating too - the initial "look for names like this" page and the second page which lists a few (up to about 20) of them are too similar yet behave completely differently. If you get the wrong name, there is no easy way back to reenter a new name. Frustrating. And if only one name is found, you can't tell the difference between the two pages at all easily. Anyway, I tried this whole procedure on a new message, and this time it just loops on the first page. Presumably not finding a matching name. How can I get a message from a username that doesn't exist. How do I see the (public) profile of this message sender?
  16. I went to a Canada day event on July 2. I have the souvenir. But many others who went don't have it. What's up?
  17. This is a duplicate post from the "Website" forum, where it was suggested I should post it here. " I have no objection to having the website map show My DNFs in blue, but would it be possible to use the original icon and convert the background to blue? A frowny blue face means I can't tell what sort of cache it is to quick view. "
  18. ===sgb

    Mt DNFs

    I have no objection to having the website map show My DNFs in blue, but would it be possible to use the original icon and convert the background to blue? A frowny blue face means I can't tell what sort of cache it is to quick view.
  19. How do I get a list or search result to additionally show the coordinates (latitude & longitude) of the icon?
  20. How do I convert a search result to a list?
  21. No problem for me on Android's browser.
×
×
  • Create New...