udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

New Feature: Direct Link to Location #161

Closed uap-universe closed 13 years ago

uap-universe commented 13 years ago

Based on your java script file in version 1.7, i made some extensions. Now a link is displayed in the top right corner, that contains the position on the map. It refresehs on a click on the map. If you click on the link, it is loaded in the address bar of your browser (that makes copying easier).

I would really appreciate it, if you can use this or a modified version of this code to add this as a permanent feature to c10t.

Possible things to do: My code assumes, that the night and day maps are equally in size. So it uses the day center as global center. Some people might want this to be fixed ;)

// Code removed
udoprog commented 13 years ago

This would be cool, instead of posting the entire file, would you mind forking and then creating a pull request? otherwise it's difficult to track what changes have been done.

Cheers mate!

uap-universe commented 13 years ago

Done :)

I rather close this one, because it's a duplicate of #162 now :)