minZoom is not a supported property of ol.tilegrid.XYZOptions
This commit is contained in:
@@ -50,8 +50,7 @@ ol.source.XYZ = function(options) {
|
||||
}
|
||||
|
||||
var tileGrid = new ol.tilegrid.XYZ({
|
||||
maxZoom: options.maxZoom,
|
||||
minZoom: options.minZoom
|
||||
maxZoom: options.maxZoom
|
||||
});
|
||||
|
||||
var tileCoordTransform = tileGrid.createTileCoordTransform({
|
||||
|
||||
Reference in New Issue
Block a user