magma1447 / greasemonkey-geocaching-projectgc

Adds links and data to Geocaching.com to make it collaborate with Project-GC.com
MIT License
18 stars 14 forks source link

Change the map links #30

Closed magma1447 closed 7 years ago

magma1447 commented 8 years ago

The script links PGC maps using Map Compare. The link exists on top right on cache pages. It should instead link the new Live map.

This will require coordinate conversion in JS, or some changes server side. If the coordinates doesn't already exist as decimal form on the geocache page. Handling it client side is the best, they will probably be useful for linking Google maps as well (https://greasyfork.org/en/forum/discussion/6179/x).

magma1447 commented 7 years ago

If implemented without server side support a reward of a 1 year membership coupon code will be sent to the one who makes a working pull request.

Add a note here with your gc name to claim the reward.

pkubiak commented 7 years ago

It seems that this task has already been resolved in 655b308fe6efef652ccd907b9b6fb3842fd0dea4

magma1447 commented 7 years ago

Oh, funny that I have fixed that one myself and forgotten about it. I'll merge that one later today. Thanks.

magma1447 commented 7 years ago

Apparently fixed in 655b308, and merged.