<kml xmlns="http://earth.google.com/kml/2.1"> <Document> <name>KML Name</name> <description>KML Description</description> <Placemark> <name>Trinity College</name> <description> Trinity College... <br/> link : <a href="http://www.tcd.ie/visitors/">http://www.tcd.ie/visitors/</a><br/><br/> Price : none <br/><br/> </description> <Point> <coordinates>-6.25884, 53.3445</coordinates> </Point> </Placemark> </Document> </kml>
var kmlUrl = 'http://myLocalServer/data.kml'; kml = new esri.layers.KMLLayer(kmlUrl); map.addLayer(kml);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.