/ Published in: ActionScript 3
Expand |
Embed | Plain Text
x = ((lon + 180) * (width / 360)); y = (((lat * -1) + 90) * (height / 180));
You need to login to post a comment.
boblinl on 07/22/10
2 people have marked this snippet as a favorite
x = ((lon + 180) * (width / 360)); y = (((lat * -1) + 90) * (height / 180));
You need to login to post a comment.