ObjectVision / GeoDMS

Source code for the GeoDMS software
Other
7 stars 1 forks source link

Click floppy icon results in hang #746

Closed jipclaassens closed 3 weeks ago

jipclaassens commented 1 month ago

LUS_demo get result click floppy icon

eoudejans commented 1 month ago

Reproducibility confirmed. Hang is related to drawing of wms background layer:

In function MovableObject::GetAsDDBitmap: image

And in drawer.Visit(this) the background layer is visited, which seems to request a lot more tiles than necessary.

eoudejans commented 1 month ago

Turning off the wms background layer acts as a temporary workaround.

eoudejans commented 1 month ago

Temporarily removed export to BMP functionality in dms mapview: image

jipclaassens commented 1 month ago

related to #630