Basic Google map link added
Posted by mholmes on 17 Jan 2014 in Activity log
The dev code is now generating KML for places which have geo coordinates (which is currently only STPA2). There's more refinement we can add here, including detailed XHTML sections as CDATA which can link back to our site, but the basics are there. I've tested with lines and polygons, but not yet with points, although the code is hardly different and is in there. Note to self: use response:set-header("Cache-Control", "no-cache")
to prevent Google Maps from caching a page you're working on.