#Where is my coordinate (X/Y)?

1 messages · Page 1 of 1 (latest)

bronze ledge
#

Hello. I am actually merging my old spaghetti workaround to the newly added function getIllumination(x,y). The result i got is ... confusing. I am not getting the values i am expecting and im not sure why this is the case. Maybe im making a misstake in calculating the positions of a token. Can i somehow check where on the map a specific coordinate is? Is there a hidden option in maptool where I can see the coordinate of my cursor like in most image processing tools?

bronze ledge
#

I mentioned that in the bottom line of the screen there is the grid cell of the mouse. If you multiply that value by the pixels per cell setting of the map you get the coordinate. I now solved my issue.

amber igloo
#

There's also the menu option to turn on the grid coordinates. See the View menu, I think.

bronze ledge
#

I found this. But thats not so usefull because it only shows the cell coordinates i already see when hovering over the map and the vertical axis is written in letters. I still have to multiply with PixelsPerCell.

#

But thats fine now. I already found and fixed my bug 🙂

#

Seeing the coordinates in pixels when hovering the map would still be a nice thing for future debugging