Reputation: 5263
I am developing a tile overlay server for google maps. I want to draw a point on a tile for a specific location. How can i convert the real world coordinates to tile pixel coordinates?
I have calculated a tile's bounds so i know if a given point is inside it. My problem is where in the tile should i draw it.
Interpolation works ok for longitude but not for latitude, which is normal for mercatoric maps.
Unfortunately my trigonometry skills are a bit rusty. Could someone give me a hint?
I am using 256x256 pixel tiles. The zoom level, x and y are also given for a tile.
Upvotes: 3
Views: 4309