This commit is contained in:
fescen9 2010-12-05 23:35:36 +00:00
parent c81cbfeeca
commit 4bdcb2222a
1 changed files with 724 additions and 724 deletions

View File

@ -597,7 +597,7 @@ function makeRequest(url, func, type, fail, post, contenttype)
} else if(p.length == 6) {
if(p[0] in markers) {
var m = markers[p[0]];
var converted = fromWorldToLatLng(p[2], p[3], p[4]);
var converted = fromWorldToLatLng(p[3], p[4], p[5]);
m.setPosition(converted);
} else {
var image = 'sign.png';
@ -609,7 +609,7 @@ function makeRequest(url, func, type, fail, post, contenttype)
else if (p[1] == 'spawn')
image = 'list_on.png';
var converted = fromWorldToLatLng(p[2], p[3], p[4]);
var converted = fromWorldToLatLng(p[3], p[4], p[5]);
var marker = new MarkerWithLabel({
position: converted,
map: map,