I'm not sure if this is related but I have GroundOverlay nodes in my
KML

- <kml>
- <GroundOverlay>
  <name>RIGHT SIDE</name>
  <visibility>1</visibility>
  <drawOrder>1</drawOrder>
- <Icon>
  <href>RIGHT IMAGE URL</href>
  </Icon>
- <LatLonBox>
  <north>6.506954</north>
  <south>2.009046</south>
  <east>123.482814</east>
  <west>109.019186</west>
  <rotation>0</rotation>
  </LatLonBox>
  </GroundOverlay>
- <GroundOverlay>
  <name>LEFT SIDE</name>
  <visibility>1</visibility>
  <drawOrder>2</drawOrder>
- <Icon>
  <href>LEFT IMG URL</href>
  </Icon>
- <LatLonBox>
  <north>6.707792</north>
  <south>2.058348</south>
  <east>143.3618</east>
  <west>96.6082</west>
  <rotation>0</rotation>
  </LatLonBox>
  </GroundOverlay>
  </kml>

I fudged the coordinates and urls. But... it seems like from the
Google Map server, only the LAST node is returned based on the JSON
reply. If mulitple ground overlays aren't supported then why does it
work normally?
-- 
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.


Reply via email to