On Aug 28, 11:11 am, Matthew King <[EMAIL PROTECTED]> wrote:
> Thanks for the comments and suggestions.  I believe I got it working
> by having my KML with polygons called in using ggeoxml and my markers
> (and sidebar) using egeoxml.
>
> I said "believe" because when I'm working locally, it's ok, but when I
> place it on a server, my point info (and sidebar) is not being
> displayed. I'm really at a lost with this aspect.  If anyone has the
> chance to review my code, here's the link for the 
> map:http://palmbeach.fnpschapters.org/gmap.html

I get a permission denied error (Line 210) in IE6.  EGeoXml suffers
from the same site restriction on XmlHttp.  You will need to reference
a local (in the same domain as the web page) copy of the kml for it to
work.  GGeoXml sends the KML to the server for rendering, so doesn't
have that restriction (it just has to be publicly available).

  -- Larry

>
> The point information is for easier identification of the conservation
> areas.  Some sites are really small and are impossible to see without
> the icons.
>
> Thanks!
>
> One more question...is there a way to NOT have the point name
> displayed automatically in the info window using egeoxml?
--~--~---------~--~----~------------~-------~--~----~
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