QterMgnus schrieb: > How can I read/create kml file using java using GWT > is there an java api that I can use ? > any example is very welcomed
KML-files are simple XML-files. The format is described in http://code.google.com/intl/de-DE/apis/kml/documentation/ A simple OutputStreamWriter in a servlet will do the trick. Regards, Lothar -- 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.
