Opened 13 years ago
Last modified 13 years ago
#370 closed enhancement
WFSFilterBuilder - use field title instead of its name — at Initial Version
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | widgets | Version: | trunk |
Keywords: | Cc: |
Description
Current behavior
Currently, the field names are used in the dropdown list and result grid as column title. For example, "city_name" can be displayed.
Wished behavior
It would be nice to be able to have "City Name" instead.
Proposed solutions
(1) We could control this in GeoPrisma config using the field 'title' option.
(2) We could patch MapServer to return a new "title" attribute in the DescribeFeatureType request for each field that could be used for that matter. It would be a vendor param (not officially supported in WFS specs).
More discuss to come.