mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Update the custom background instructions pane to include wms
This commit is contained in:
committed by
Minh Nguyễn
parent
0917bc7189
commit
e1c4823e15
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user