[Google Maps API v3] Re: Multiple groundoverlays problem: first one displays, others do not

2011-02-13 Thread Brisket Gaming
That did it.  Sigh.  Switch a plus for a minus and suddenly it all
works.  Thanks.

On Feb 13, 2:08 pm, Rossko  wrote:
> > Here's the page at 
> > issue:http://www.orphicwars.com/realtime/newindex.php?mode=game
>
> Have you zoomed out to view the world? There are some strange smears
> going the long way around the world.
>    var ne1 = new google.maps.LatLng(34.283624,-118.55484);
>    var sw1 = new google.maps.LatLng(33.828522,-117.868194);
> I believe your NE is more westerly than your SW

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
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.



[Google Maps API v3] Multiple groundoverlays problem: first one displays, others do not

2011-02-12 Thread Brisket Gaming
Having an issue displaying multiple groundoverlays on a map.

I have a single graphic that I want to use as an overlay in multiple
locations. I the URL to the image is different for each groundoverlay--
the URL goes through a cgi that removes extra information and just
sends back the graphic.

The problem is that the first groundoverlay is created perfectly, but
none of the others appear.

Here's the page at issue: 
http://www.orphicwars.com/realtime/newindex.php?mode=game

I've tried with just a static link to the image as well--same result.
First groundoverlay is created and works fine, none of the others
appear.  All are created within the initial map creation.

Any ideas why the subsequent groundoverlays aren't showing up?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
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.