commit fb4c1b63eb359e9d7627feed525d4e3d85c72e32
parent 9d8334a42b8572b594d31a165fe98da0a271019a
Author: Oleg Kainov <kainov.oleg@gmail.com>
Date: Tue, 29 Apr 2025 18:12:38 +0200
update geocaching.su cache URL
There was URL restructure at geocaching.su, while old links
still work, let's use new up-to-date ones.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/leaflet.layer.geocaching-su/index.js b/src/lib/leaflet.layer.geocaching-su/index.js
@@ -68,7 +68,7 @@ const GeocachingSu = L.Layer.CanvasMarkers.extend({
},
openCachePage: function(e) {
- const url = `https://geocaching.su/?pn=101&cid=${e.marker.cacheId}`;
+ const url = `https://geocaching.su/cache/${e.marker.cacheId}`;
openPopupWindow(url, 900, 'geocaching_su');
}
});