moved 'tiles' directory to 'lib' dir

This commit is contained in:
Javier Abadia 2014-01-02 16:56:54 +01:00
parent 13991a0736
commit 11cb078d09
12 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<script>
var dojoConfig = {
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../../../tiles/tiles" }
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../../../lib/tiles" }
}
</script>

View File

@ -34,7 +34,7 @@ describe("offline enabler library", function()
expect(g_basemapLayer.offline).toEqual(jasmine.any(Object));
expect(g_basemapLayer.offline.store).toEqual(jasmine.any(Object));
g_basemapLayer.offline.proxyPath = "../../tiles/proxy.php";
g_basemapLayer.offline.proxyPath = "../../lib/proxy.php";
done();
});
});

View File

@ -145,7 +145,7 @@
<script>
var dojoConfig = {
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "/tiles" }
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../lib/tiles" }
}
</script>