Skip to content

Commit

Permalink
✨ Client
Browse files Browse the repository at this point in the history
  grid extent
  • Loading branch information
volterra79 committed Mar 6, 2024
1 parent 4919f96 commit 08fb74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/client/static/client/js/app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -16148,7 +16148,7 @@ RasterLayers.TiledWMSLayer = function (layerObj, extraParams) {
RasterLayers.TiledMapProxyWMSLayer = function () {
var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

var resolutions = ol.tilegrid.createXYZ({ extent: opts.cache_extent, maxZoom: opts.maxZoom || 19 }).getResolutions();
var resolutions = ol.tilegrid.createXYZ({ extent: opts.cache_grid_extent, maxZoom: opts.maxZoom || 19 }).getResolutions();
console.log(resolutions);
return new ol.layer.Tile({
source: new ol.source.WMTS({
Expand Down

0 comments on commit 08fb74b

Please sign in to comment.