Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: UDIG 0.9, UDIG 1.2.M2
-
Fix Version/s: UDIG 1.2.M6
-
Component/s: catalog, metadata and search
-
Labels:None
Description
If you add two similar DataStores, the Catalog view doesn't show enough information to distinguish them.
For example two different databases from the same PostGIS server would be both displayed as:
postgis://hostname:5432
without any indication of the database name.
The same applies for two WFS on the same host. If you add, for example:
http://hostname:8080/geoserver/wfs and http://hostname:8080/anotherserver/wfs
the Catalog view will display two identical entries:
wfs://hostname:8080
Bye
Paolo Rizzi
Ideas:
Some WMS allow a request of just a subset of the entire file. But not all.
Use the complete url unless the title is actually known.
Unfortantly my prefered solution (use the title, with the url as a tooltip) can not be accomplished using the SWT tree control we are using.
We could switch to a tree/table, or do a slash pane as seen in the search view?
Do you have any ideas, or preference given the above alternatives?