ImageOnMap

ImageOnMap

148k Downloads

Location calculator for each pìece of image not working.

danielgarciagarcia opened this issue · 4 comments

commented

Whenever you use the command /tomap URL, the plugin will divide the image into diferent pieces in a specific order set as X:X with the text: "Scaling at X:X", as usual. In the latest version of the project compiled directly from the source code, it will only tell you that each piece are "Scaling at 1:8 / (Leve 3/4)". Here is a proof of it:

http://prntscr.com/64zqhf

Here is the console log of the problem:

http://paste.ofcode.org/sRGyGnbr2iGZZirfWbQE8k

Also, the translation aren't working appropiately, as you can see in the proof, there are some unknown characters on the message.

With this problem, the user is unable to know easily where he has to put each piece (map) of the image.

commented

Fixed in bdf35e9.

commented

Still happening with the build from jenkins.

Every map is with the same information:
http://prntscr.com/67ka8y

commented

Jenkins builds were not up to date, only the last commit triggered it correctly.
http://jenkins.carrade.eu/job/ImageOnMap/lastSuccessfulBuild/artifact/target/ImageOnMap-2.99.jar
This build has the fix for this issue, but the previous ones don't.

commented

Thank you