On Wed, Oct 22, 2008 at 04:02:09PM -0400, Heidt, Christopher M. wrote: > Ok, I have two visulation clients: One uses OpenLayers, the other uses > the GoogleEarth Plugin API. > The OL client is my main squeeze and i build all functionality with it > first. > I then later add the functionality to the GE client. > > OL has an great wkt parser that i have grown to love, but GE is kml > only. > Basically i need a way to convert WKT into KML. > > So the question comes down to this: > In an effort to reduce load times, > if all i want to be able to do is convert WKT to KML, > what is the minimum set of files required to pull it off?
Making a build profile from http://trac.openlayers.org/browser/sandbox/crschmidt/projection/build/reproject.cfg?rev=6000 probably gets you pretty close. > The data will be parsed on a shape by shape basis if that helps any. > i.e. 1 shape per WKT String > > If there are any other options out there please let me know. > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
