I'm facing a problem setting up a datalayer in a WMS service. It's a
polygon layer inside a PostGIS datastore.
I've created a namespace: "BINGO" (fake name)
I could setup the datastore correctly (named "foo")
and add the FeatureType:
Name=foo:mycom (extracted automatically from the PostGIS DB)
Alias=comuni,
setting the SRS by hand because the one configured in the PostGIS
table isn't a common 3003 code (Guass-Boaga), but a user definied one:
330 plus towgs84 parameteres. Anyway, it's a revised 3003 projection,
and Geoserver have extracted the lat-long envelope. Ok.
The problem raises when I try to add the featuretype to the WMS
service. I've setted a group ("foo_WMS"), given the layer name as
"BINGO:comuni" and set the SRS. When I hit the Generate button it
doesn't set the envelope and falls back to the original values
(SRS=4326 and lat-lon to defaults). I've tried changing the name:
BINGO:mycom
foo:mycom
foo:comuni
just to try, but I'm quite sure that <namespace>:<alias> is correct.
Isn't it? Anyway I've tried to remove the Alias from the FeatureType
config too. Noway.
I don't know how to solve this...
I'm using Geoserver 1.6.6, downloaded just this morning.
Giovanni