Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.6.1
-
Fix Version/s: 2.0.x
-
Component/s: Configuration
-
Labels:None
-
Number of attachments :
Description
Adding tables that do not contain geometries is important for uses where the client software will be joining tables that have geometries with those that don't. This often happens in a normalized relational database layout.
The New FeatureType configuration page recognizes that the table has no geometry and assigns an SRS of -1 and empty bounding box info by default. It should instead set default values so that clicking submit doesn't return an error. At the moment, a user has to specify a valid SRS (like 4326) and enter "0" in all bounding box fields. Perhaps an SRS of 0 or -1 could be used to denote no geometry and the BBox info could be filled in with zeros.
The title and the description are confusing me a little. The title seems to imply a solid failure, the description the lack of forgiving defaults.
In this case I guess the GeoServer UI could force in 4326 and full world extension in without asking the user in fact.