摘要:
function CustomGetTileUrl(a, b) { var tiles = "http://ts" + ((a.x + a.y) % 3) + ".mocal-dir.com/tiles/z" + b + "/" + a.y + "_" + a.x + ".png"; if ( b == 13 && a.x >= 1319 && a.x &l... 阅读全文
posted @ 2010-01-29 18:02
mustardpeanut
阅读(512)
评论(0)
推荐(0)