Update the custom background instructions pane to include wms

This commit is contained in:
Bryan Housel
2020-03-13 16:43:04 -04:00
committed by Minh Nguyễn
parent 0917bc7189
commit e1c4823e15
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ export function rendererBackgroundSource(data) {
}
});
var tileSize = this.tileSize;
var projection = this.projection;
var tileSize = source.tileSize;
var projection = source.projection;
var minXmaxY = tileToProjectedCoords(coord[0], coord[1], coord[2]);
var maxXminY = tileToProjectedCoords(coord[0]+1, coord[1]+1, coord[2]);