Lazy cat

oh ya

add XML to google map

Posted by eoe1985404 on April 27, 2009

new GGeoXml(urlOfXml)

e.g

var map;

function loadXML(url)
{
var gx = new GGeoXml(url);
map.addOverlay(gx);
}

<input  type=”button” value=”addXML” onclick=”loadXML(url)” />

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>