mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
fix too agressive canonicalization
This commit is contained in:
parent
661fef19b5
commit
e4987f9701
@ -365,7 +365,7 @@ $.extend( $.IIIFTileSource.prototype, $.TileSource.prototype, /** @lends OpenSea
|
|||||||
iiifQuality = "default." + this.usedFormat;
|
iiifQuality = "default." + this.usedFormat;
|
||||||
}
|
}
|
||||||
if ( levelWidth < tileWidth && levelHeight < tileHeight ){
|
if ( levelWidth < tileWidth && levelHeight < tileHeight ){
|
||||||
if (isv1) {
|
if ( isv1 || levelWidth != this.width ) {
|
||||||
iiifSize = levelWidth + ",";
|
iiifSize = levelWidth + ",";
|
||||||
} else {
|
} else {
|
||||||
iiifSize = "max";
|
iiifSize = "max";
|
||||||
|
Loading…
Reference in New Issue
Block a user