I am using GeoTools 2.7.2 (JMapPane component ) to display a Map which has 9310 features (ploygons). Based on some computation, I am applying different color sets to the polygons. However, since it is a relatively long process, the map takes 3-4 minutes to render.
My questions are:
1. How do I speed up the rendering process? Currently, it renders all polygons and then displays the map.
2. How can I display a spinner or an in progress bar that give the user an idea of the time remaining for the map to completely render?
Any ideas would be much appreciated. Kind regard, John