[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [udig-devel] epsg-h2 being retired | 
                
https://github.com/uDig/udig-platform/pull/106
                
                 
                On Tuesday, 27 March 2012 at 11:25 AM, Jody Garnett wrote:
                
                    
                
                    It is okay Andrea - you asked me to remove it a while ago. The only reason we used it as I was assuming that the uDig team was going to end up using the h2 datastore a log for temporary resources. Since that has not happened let me see what is involved:
                
So the code that is "special" is in UDIGApplication where it tries to tell the user why it is taking so long to start up the first time.
        if( ThreadedH2EpsgFactory.isUnpacked()){
            // if there is not going to be a long delay
            // don't annoy users with a dialog
            Activator.initializeReferencingModule( null );            
        }
So if I make a patch I would like it to consist of:
a) isUnpacked()
b) unpack( ProgressListener ) - so I can finally show a progress bar as the EPSG thing is unpacked
                
                  
                On Monday, 26 March 2012 at 4:34 PM, Andrea Aime wrote:
                    _______________________________________________
User-friendly Desktop Internet GIS (uDig)