Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Worldmage export from Map : Missing Catalog entries afterwards

Could you confirm that this was a feature of uDIG in prior releases? If so could anybody test on other OS that Mac OSX to crosscheck the behavior?
Yes it was. 
After that I tried to import the - in this case png file with prj file - but "Add data wizard" also failed. It wasn't possible to finish after I've selected the file. 

Opinions?
Yep this is an area where the community was asked to test last August. A lot of work was done to the code around adding services to the catalog, in part because we were leaking resources (we really noticed when leaking PostGIS DataStores and their connection pool!).

The code that has changed is around the use of:
- CatalogImpl.acquire( params, monitor )
- CatalogImpl.acquire( url, monitor )

Previously a lot of code was using ServiceFactory directly, and then not  always "disposing" of any "trial" DataStores used to confirm the connection params functioned.

Now I just tried this myself (on a mac, running from eclipse, in the debugger) and while I find the wizard a little awkward to use (does not let me set the file name of my export) it did work.
- image added to the catalog
- adding the image to a new map displays correctly (as shown below)

Jody


Attachment: image_export-1.jpg
Description: JPEG image


Back to the top