- bug fix: false extent for DemLayer.ts in Map.ts
This commit is contained in:
parent
da5437da7c
commit
ab478504c9
|
@ -22,7 +22,7 @@ export class LayerService {
|
|||
layer.addBlock({
|
||||
"width": 299, //267,
|
||||
"plane": {
|
||||
"width": baseExtent.x.max.x - baseExtent.x.min, //100.0,
|
||||
"width": baseExtent.x.max - baseExtent.x.min, //100.0,
|
||||
// "offsetX": 0,
|
||||
// "offsetY": 0,
|
||||
// "offsetX" : x.avg,
|
||||
|
|
Loading…
Reference in New Issue
Block a user