Nah, the KMLs are generated dynamically as each request is made by the
PhP and DOM.  Making KMLs to be displayed by GGeoXML() was just that
the only way I knew to make polygons show up.

See, my bigger problem is that I am new to programming, DOM, and OOP,
so I don't know the terms for things, but programming I can do well
enough.

If I have a KML file, and I want to display it in the map, and I don't
want to use GGeoXML() to parse it - what is another function that I
can use to display the information?  These are called methods, or
functions correct?  I can change the polygon data (which is stored in
a MYSQL table) into any form imaginable if I know what the function
desires in terms of input.

If I do my own parsing manually - do you think I'll still be able to
get the polygons to display the same info windows that are written
from the KML?  Theoretically, the answer has to be YES, right - since
if addoverlay() can take the infowindow specifications from GGeoXML()
it should be able to do it from the function construct that I create
to assemble the data too.

Thanks for your help Andrew!

Dom

On Apr 29, 11:26 am, Andrew Leach <[email protected]>
wrote:
> On Apr 29, 7:19 pm, Dommer <[email protected]> wrote:
>
> > So rather than generate a KML and send it to ggeoXML just parse the
> > data directly using (javascript?) and display it as an overlay from
> > there - without relying on the processing of google servers at all?
>
> Parse the data using Javascript. What form that data is delivered in
> is up to you. If you already have KML you could use that: it's just a
> form of XML after all.
>
> Mike has some examples in his tutorial (not specifically KML, but
> demonstrating the technique)
>
> http://www.econym.org.uk/gmap/basic3.htmhttp://www.econym.org.uk/gmap/basic7.htm
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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