- bug fix: false extent for DemLayer.ts in Map.ts

This commit is contained in:
Arno Kaimbacher 2021-08-31 17:17:21 +02:00
parent da5437da7c
commit ab478504c9

View File

@ -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,