From bb97e6a73539f5c497cbe37b7d72bd55484fa1f3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 2 Dec 2007 16:41:24 -0500 Subject: [PATCH] Fix path in stopMashupCoverage.html --- ocdata/stopMashupCoverage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocdata/stopMashupCoverage.html b/ocdata/stopMashupCoverage.html index 5703372..ae4986f 100644 --- a/ocdata/stopMashupCoverage.html +++ b/ocdata/stopMashupCoverage.html @@ -26,7 +26,7 @@ polygons = Array(); function doUpdate() { - GDownloadUrl("grabs/allsearched.xml", function(data, responseCode) { + GDownloadUrl("out/allsearched.xml", function(data, responseCode) { var xml = GXml.parse(data); var addrs = xml.documentElement.getElementsByTagName("address"); -- 2.11.4.GIT