[Geoserver-users] geoserver release train 2.3-beta1 (help needed)

Initial artefacts are ready for any manual testing:

If there are no issues reported I will publish this up tomorrow.


Jody Garnett

Hello,

I’m new to Geoserver and WMS.

Does anybody know if is possible to translate coded values, to its text descriptions when using GetFeatureInfo?

Example:

Table:

id name type

1 name1 A

2 name2 C

3 name3 C

4 name4 B

Domain of “type” field: mydomain (A, B, C, D)

Coded value Text Description

A Very high

B High

C Low

D Very low

For example want to show “Very high” instead of “A” for feature id=1 when user clicks on that feature.

Thanks a lot

juanjo

http://sig.cmparks.net/cmp-ms-90x122.pngStephen V. Mather
GIS Manager
(216) 635-3243 (Work)
clevelandmetroparks.com

i’ll try it, thanks a lot

Juanjo


De: Stephen V. Mather [mailto:svm@anonymised.com]
Enviado el: martes, 22 de enero de 2013 14:22
Para: Alonso Gamo Juan José; geoserver-users
Asunto: RE: field domain

Hi Juanjo,

This seems like a job for SQL Views:

http://docs.geoserver.org/stable/en/user/data/database/sqlview.html

Best,

Steve

http://sig.cmparks.net/cmp-ms-90x122.pngStephen V. Mather
GIS Manager
(216) 635-3243 (Work)
clevelandmetroparks.com


From: Alonso Gamo Juan José [jjalonso@anonymised.com]
Sent: Tuesday, January 22, 2013 8:05 AM
To: geoserver-users
Subject: [Geoserver-users] field domain

Hello,

I’m new to Geoserver and WMS.

Does anybody know if is possible to translate coded values, to its text descriptions when using GetFeatureInfo?

Example:

Table:

id name type

1 name1 A

2 name2 C

3 name3 C

4 name4 B

Domain of “type” field: mydomain (A, B, C, D)

Coded value Text Description

A Very high

B High

C Low

D Very low

For example want to show “Very high” instead of “A” for feature id=1 when user clicks on that feature.

Thanks a lot

juanjo