diff --git a/lib/tiles/offlineEnabler.js b/lib/tiles/offlineEnabler.js index ae348d5..cf84cbc 100644 --- a/lib/tiles/offlineEnabler.js +++ b/lib/tiles/offlineEnabler.js @@ -35,7 +35,7 @@ define([ layer.offline = { online: true, store: new DbStore(), - proxyPath: "proxy.php" + proxyPath: "../lib/proxy.php" }; if( /*false &&*/ layer.offline.store.isSupported() ) diff --git a/tiles/tiles-indexed-db.html b/tiles/tiles-indexed-db.html index c095683..31cf324 100644 --- a/tiles/tiles-indexed-db.html +++ b/tiles/tiles-indexed-db.html @@ -145,7 +145,7 @@