I have a custom map of World of Warcraft at http://wowmap.justgizzmo.com/ and im trying to write some code to convert in-game coordinates to a set of map coordinates. I have the most of it working but the latitude cords dont line up correctly. The number exactly between two coordinates seems to be just a lil bit north/south of what would be expected. Is there some kind of math i can use to fix this?
You can see the difference with these two links http://www.wowhead.com/?maps=3537:528345524314501326427368417425419396401390 http://wowmap.justgizzmo.com/?b=3537:528345524314501326427368417425419396401390&m=2&z=5 if it helps my formula is basically : "((max - min) * (game/100)) + min" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
