> http://severeplains.com/maps/overlays/testing/cdewp.html

I get a straightforward curly backets error in FF2 from
  GDownloadUrl("http://severeplains.com/maps/overlays/dewp.xml";,
function (doc)
  GDownloadUrl("http://severeplains.com/maps/overlays/visib.xml";,
function (doc2)
   {...
which presumably ought to look more like the code you posted before,
i.e.
  GDownloadUrl("http://severeplains.com/maps/overlays/dewp.xml";,
function (doc)
  { .....   stuff  ...}
  GDownloadUrl("http://severeplains.com/maps/overlays/visib.xml";,
function (doc2)
  { .....  more  stuff  ...}

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