On Aug 28, 11:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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). >
Another problem is you tell EGeoXml that your map is named map, when it is actually mmap... > -- 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?- Hide quoted text > > - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
