<https://lh6.googleusercontent.com/-G-vahRVH3ug/UO0vIsHe3_I/AAAAAAAABoM/r9RXZka6xs4/s1600/world.png>

<https://lh6.googleusercontent.com/-zfcB_iktb0k/UO0u2kw2X-I/AAAAAAAABoE/piTRusfdloA/s1600/world+_continents_no_antarctic.png>
Hi,
I have a site of atlas I am building , i have maps I load polygons of all 
the world.
Now I have to add also PNG files of whole world and even partial as the 
images I've loaded.
I've tried to give many SW and NE of the image and it still load distorted.

Is it a known problem? is it optional to add overlay PNG on all the world 
correctly? 
very imported!!!! please help!!!!

as follow : http://screencast.com/t/qojdHHfui

<code>
 function overlayAdd() {
       
        var sw = new google.maps.LatLng(-47.683079,-114.744087  );
        var ne = new google.maps.LatLng(79.939901,75.672887  );
       
        var bounds = new google.maps.LatLngBounds(sw, ne);
        
        overlay = new ProjectedOverlay(map, 'world.png', bounds, {});
        document.getElementById("overlayToggle").innerHTML = '<a 
href="javascript:overlayRemove()">Remove Overlay</a>';
    }
<code>





-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ey7r8QQNUzIJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to