Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.1.M0
-
Fix Version/s: None
-
Component/s: render, unsupported
-
Labels:None
Description
Add active rendering in MapPanes, that is, the ability to spawn a rendering thread in order to support:
- progressive rendering
- UI interactiveness
- ability to resize/zoom/interact by any other means with the
map while the rendering is still not finished
GEOT-18for the MapPane backed by j2d-renderer (draw partial geometries while loading/computing). Note that this capability is already implemented for rasters. In order to do the same for geometries, we may need some hooks in Feature and/or FeatureSource (something similar to javax.media.jai.TileComputationListener).GEOT-18for the MapPane backed by j2d-renderer (draw partial geometries while loading/computing). Note that this capability is already implemented for rasters. In order to do the same for geometries, we may need some hooks in Feature and/or FeatureSource (something similar to javax.media.jai.TileComputationListener).