I did a simple KML converter, and used some JS from http://maps.forum.nu/ and geoxml.js by Lance Dyas, and had a version up in running very quickly on google maps. with nothing more than
geoxml = new GeoXml("geoXML", map,url,{}); geoxml.parse(); On Tue, Dec 29, 2009 at 1:06 PM, Grant Ingersoll <gsi...@gmail.com> wrote: > > On Dec 29, 2009, at 3:24 PM, patrick o'leary wrote: > > I'm also going to include tools to visualize this stuff on a map, that's > > been one of the things that's slowed me down a lot in the past, it was > hard > > to verify what I was doing > > but recent google map contributions and it's community have made that a > lot > > easier. > > > > I've had half of a mind lately to whip up a combo of the > VelocityResponseWriter and some OpenLayers javascript. Seems like one could > really quickly crank out map visualizations. > > -Grant