Ignore fewer files and clip correctly.
This commit is contained in:
@@ -41,11 +41,7 @@ var // imports
|
|||||||
exampleDir = system.args[2];
|
exampleDir = system.args[2];
|
||||||
// various settings
|
// various settings
|
||||||
ignoreFiles = [
|
ignoreFiles = [
|
||||||
'example-list.html',
|
'example-list.html'
|
||||||
'wms-custom-proj.html',
|
|
||||||
'wms-single-image.html',
|
|
||||||
'wms-tiled.html',
|
|
||||||
'wmts.html'
|
|
||||||
],
|
],
|
||||||
intervalMillisecs = 25,
|
intervalMillisecs = 25,
|
||||||
renderMillisecs = 2000,
|
renderMillisecs = 2000,
|
||||||
@@ -141,7 +137,7 @@ var interval = setInterval(function() {
|
|||||||
top: 0,
|
top: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
width: page.viewportSize.width,
|
width: page.viewportSize.width,
|
||||||
height: page.viewportSize.width
|
height: page.viewportSize.height
|
||||||
};
|
};
|
||||||
page.open(util.buildUrl(baseExamplesUrl, htmlFiles[pageindex]));
|
page.open(util.buildUrl(baseExamplesUrl, htmlFiles[pageindex]));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user