Use an url template for ol.source.Zoomify

This commit is contained in:
Frederic Junod
2017-02-09 11:44:57 +01:00
parent abb3bad108
commit a4a8d01bac
5 changed files with 69 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ describe('ol.source.Zoomify', function() {
var w = 1024;
var h = 512;
var size = [w, h];
var url = 'zoomify-url/';
var url = 'zoomify-url/{TileGroup}/{z}-{x}-{y}.jpg';
var proj = new ol.proj.Projection({
code: 'ZOOMIFY',
units: 'pixels',