- 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({
|
layer.addBlock({
|
||||||
"width": 299, //267,
|
"width": 299, //267,
|
||||||
"plane": {
|
"plane": {
|
||||||
"width": baseExtent.x.max.x - baseExtent.x.min, //100.0,
|
"width": baseExtent.x.max - baseExtent.x.min, //100.0,
|
||||||
// "offsetX": 0,
|
// "offsetX": 0,
|
||||||
// "offsetY": 0,
|
// "offsetY": 0,
|
||||||
// "offsetX" : x.avg,
|
// "offsetX" : x.avg,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user