jenda^^ / Geocaching Map Enhancements

Published:

Version: 0.9.1.2+70649c8 updated

Summary: Adds extra maps and grid reference search to Geocaching.com, along with several other enhancements.

Copyright: 2011-18, James Inge (http://geo.inge.org.uk/)

License: MIT; http://www.opensource.org/licenses/mit-license.php

Fork History:

Fork of Vylda's GME fork.

  • Fixed integration to listing page after website changes. Config button on listing page moved to minimap.
  • Slightly changed configuration dashboard integration to page. It clashed with custom styles from the Stylus* extension. (It inserted its new <div> element inside Stylus' <style> and dashboard wasn't showing up because of that)
  • Added more Czech maps (Mapy.cz from Plane + overlay, ČÚZK.cz basemap and orthographic map) -> to use these, you must go to config, reset to defaults, go to config again and enable them first!

0.9.1.2 (2022-10-17): Fixed GME integration to a minimap in a listing after a (not very recent) site update.
0.9.1.1: There was line adding some kind of map metadata to all links in listing (e.g. spoiler images) and many links didn't work because of that. Removed adding that to all links.

*) Stylus?
I inject this CSS to geocaching.com/map page using Stylus extension to make geocaches' icons more noticeable because they are quite washed out by default:
You can try it yourself!

@-moz-document url-prefix("https://www.geocaching.com/map/") {
.leaflet-layer[style$="z-index: 99;"]
{
    filter: brightness(0.88) contrast(130%);
}
}

Rating: 0