Polymap4 / polymap4-p4

Polymap4 GIS client with Batik UI
0 stars 5 forks source link

pit_small_01 is not stylable - Mapzone #129

Closed silviafranceschi closed 7 years ago

silviafranceschi commented 7 years ago

The UI freezes if the user tries to create a ColorMap for the pit_small_01.

silviafranceschi commented 7 years ago

It seems to be bound to the min-max calculation. The process stays active in the CPU and needs to be killed.

fb71 commented 7 years ago

Pushed a quick fix. Not sure what's actually going on. Using more robust code from JGrasstools (OmsRasterSummary) is not currently possible because of http://github.com/Polymap4/polymap4-core/issues/108

fb71 commented 7 years ago

Now, current version uses RenderedImage/Iterator code of @moovida. Seems to be much faster and fixes the problem. 80MB example processes 9458180 samples in 375ms. No progress monitor is shown at all for this amount of data :)