Re: encoded polylines in KML in GeoXML

2009-02-17 Thread Lance Dyas
The GeoXml class uses almost exactly the same code as in that form to encode polylines and polygons as it loads them... you are already displaying encoded polylines and polygons if you are using GeoXml ;-)... if you want to save them for later it can be done there is a method on the class called.

Re: encoded polylines in KML in GeoXML

2009-02-17 Thread Lance Dyas
Jorge wrote: > Hi all! > > I wanted to test if I can put the coordinates in a KML linestring as > an encoded polyline. > > Does anyone know if it is possible? > > I was trying with GeoXML from http://code.google.com/p/geoxml/ but I > can't find whether it supports it. > > Thanks! GeoXml encodes y

Re: encoded polylines in KML in GeoXML

2009-02-17 Thread Pil (Trustworthy from experience)
You can try this one. It's even possible to paste your kml file into the form. http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/encodeForm.html But I doubt that you can define an encoded polyline in your kml file. KML doesn't know the method GPolyline.fromEncoded(). At least it's no

encoded polylines in KML in GeoXML

2009-02-17 Thread Jorge
Hi all! I wanted to test if I can put the coordinates in a KML linestring as an encoded polyline. Does anyone know if it is possible? I was trying with GeoXML from http://code.google.com/p/geoxml/ but I can't find whether it supports it. Thanks! --~--~-~--~~~---~--