my test map: http://www.galas.com.pl/sledz/mapa1.htm
for this coordinates (lng=18):
var map = new GMap2(document.getElementById("map"))
map.setCenter(new GLatLng(50.339434,018.545416), 9 );
working properly
but for this (lng=17):
var map = new GMap2(document.getElementById("map"))
map.setCenter(new GLatLng(50.339434,017.545416), 9 );
the picture is empty.
Why?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---