Jump to content

JimJinks

+Premium Members
  • Posts

    94
  • Joined

  • Last visited

Posts posted by JimJinks

  1. On 6/2/2021 at 8:29 PM, reybr said:

    After the actual image it adds &pop=and a base64 encoded string containing the waypoints for the cache. 

     

    If you want to get rid of this, after line 1274 which says

     

    uri += b64encode(JSON.stringify(cache_coords));

     

    add a new line which says

     

     uri = "";

     

    I think the intended purpose of this bit of code is to pass the WP information to the larger map but it is affecting other links as well.

    • Love 1
  2. 14 hours ago, longwhatton34 said:

    I use GME in Firefox with Greasemonkey and can't see how to update the script to show OS maps in the mini map. If I can update it will it also show the line from the original coords to the new ones?

    Click the monkey icon on the toolbar, select "Geocaching Map Enhancements" in the list, select edit. Make the change and click the diskette in top left to save.

     

    All normal function on the mini map is restored.

     

     

     

  3. 2 minutes ago, wendykmj said:

    Hi Jim, being rather thick today..... just cannot remember how to amend the GME source code as you have suggested.  Can you explain please?

     

    Many thanks

     

    Wendykmj

     

    Depends on what browser and script manager you are using.

     

    For Chrome/Tampermonkey click the extension icon on the toolbar (black square with two dots) and select Dashboard.

    Find "Geocaching Map Enhancements" in the list and click name to open editor.

    Make changes to listing and click File & Save

  4. I have come up with a temporary fix, it was the logged in detection which was not working, it looks like the element at the top of the page has changed.

     

    //loggedin: (!!document.getElementById("ctl00_uxLoginStatus_divSignedIn") || !!document.getElementById("uxLoginStatus_divSignedIn")),
    loggedin: true,

     

    I commented out first line, line 133 (with //) and added second line as line 134 to force logged in status to be true.

     

    I then had to re-add the OS map source to GME settings as it had disappeared.

  5. JSON string as follows (replace xxxxx's with your key)

     

    {"alt":"Ordnance Survey","tileUrl":"https://t{s}.ssl.ak.tiles.virtualearth.net/tiles/r{q}.png?g=3440&productSet=mmOS&key=xxxxxxxxxxxxxxxxxxxxxxxxx", "subdomains": "0123", "minZoom":10, "maxZoom": 17, "attribution":"Ordnance Survey imagery from <a href='https://www.bing.com/maps/'>Bing Maps</a>", "name":"osbing"}

  6. 21 hours ago, Max and 99 said:

    But you can't view logs that way. Unless I'm missing something. 

     

    21 hours ago, HHL said:

    You can't see logs on that page.

     

    The original question was "where do I see an overview of the labs I did"

×
×
  • Create New...