Summary: your KML dataset must be on a server visible on the Internet. Not having your kml resource visible to Google's servers is the problem people have most often when starting out. The KML functionality shown in the KML demo uses the Google Maps API to send the URL of the KML back to Google's servers. The servers then create polyline datastructres and send them back to the client.
On Tue, Feb 8, 2011 at 5:30 AM, Irene <[email protected]> wrote: > Hi all, > > I am developing a small project using GWT with embedded Google Maps. I > have a KML file representing some 2D elements such as polylines and > markers, so I would like to know if there is any way of loading these > data from the GWT project and display it on runtime. > > I have found a Demo project called "KmlOverlayDemo.java" but as it is > part of a bigger example, I do not understand properly the execution > flow so I can't reproduce this behaviour on my own project. I was > expecting a more simple case to extend it step by step, does any one > know any? > > Thanks to all > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" 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-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
