2012/7/20 Nahum Castro <[email protected]>

> Hello all.
>
> I have Geoserver 2.1.4
> JDK 1.7.0.5
> OS Linux 2.6.32 x86_64
> web GeoExt 1.1
>
> There are any tool that can change the column names from my tables instead
> of the ciptic names I have in my database.
>

Not right now, though I'm working on it in my spare time and maybe by
GeoSever 2.3.0 we'll have this ability.

However, even in GeoServer 2.1.4 you can write a "sql view" that should do
the trick, with
a sql looking like:

select cve_mun as "Clave del municipio", nombre as "Nombre del municipio"
from yourtable

The drawback is that the sql view won't be editable via WFS-T, it will be
read only.

Cheers
Andrea


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:   +39 0584 962313
mob:   +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to