Hi List, I've got a WFS serving data from a postgis database. I'm hoping it's possible to add a gml tag based on another column that is in the database.
For example, oid | description | geometry | value 1 | Point A | geometry... | 100 retrieving both the description and the value would be great <gml:description>Point A</gml:description> <gml:value>100</gml:value> for each feature in the WFS. Does anyone know if this is possible or roughly how to accomplish this? Thanks! -Ed
