Remove MetaCarta KML from the repository, and show the KMLParser example with

kml/lines.kml instead.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@4322 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-09-15 17:36:47 +00:00
parent 027361ba82
commit 620d88a798
2 changed files with 1 additions and 333 deletions

View File

@@ -24,7 +24,7 @@
document.body.innerHTML = html;
}
function load() {
OpenLayers.loadURL("kml/mc-search.kml", "", null, parseData);
OpenLayers.loadURL("kml/lines.kml", "", null, parseData);
}
</script>
</head>