Just finished up a code review here: - https://jira.codehaus.org/browse/UDIG-1767
When that gets committed we should be able to use the natural earth dataset out of the box. The API change is: - IServiceInfo.getMetric() - ICatalog.constructServies( Collection<URL>, ProgressMonitor ) - ICatalog.constructServies( Map, ProgressMonitor ) - ICatalog.checkMembers( List<IService> ) - ICatalog.checkNonMembers( List<IService> ) This represents a split of the acquire method allowing EndConenctionState and CatalogImport to handle things in a consistent fashion. The acquire methods were rewritten to use the above so there is no duplication. Documentation updated here as part of the code review: - http://udig.refractions.net/confluence/display/DEV/2+Catalog -- Jody Garnett
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
