diff options
Diffstat (limited to 'loleaflet/src/layer/tile/TileLayer.js')
-rw-r--r-- | loleaflet/src/layer/tile/TileLayer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js index dab81ba49..be3e8cd34 100644 --- a/loleaflet/src/layer/tile/TileLayer.js +++ b/loleaflet/src/layer/tile/TileLayer.js @@ -590,7 +590,7 @@ L.TileLayer = L.GridLayer.extend({ wopiSrc = '?WOPISrc=' + this._map.options.wopiSrc; } var url = this._map.options.webserver + this._map.options.serviceRoot + '/' + this._map.options.urlPrefix + '/' + - encodeURIComponent(this._map.options.doc) + '/' + command.jail + '/' + command.dir + '/' + command.name + wopiSrc; + encodeURIComponent(this._map.options.doc) + '/download/' + command.downloadid + wopiSrc; this._map.hideBusy(); if (command.id === 'print') { |