Opened 15 years ago

Closed 15 years ago

#3079 closed defect (fixed)

SLD filters with property aliases do not work

Reported by: bartvde Owned by: assefa
Priority: normal Milestone: 5.6 release
Component: WMS Server Version: 5.2
Severity: normal Keywords:
Cc:

Description

Apparently the code does not substitute the aliases with the original column names.

<ogc:PropertyIsEqualTo><ogc:PropertyName>Object_original_name</ogc:PropertyName><ogc:Literal>Delft</ogc:Literal></ogc:PropertyIsEqualTo>
      "gml_OBJ_IDENT_alias" "Management_ID"
      "gml_OBJ_NAME_alias" "Object_descriptive_name"
      "gml_OBJ_POP_alias" "Object_popular_name"
      "gml_OBJ_ORGN_alias" "Object_original_name"

Attachments (1)

mapserver-5.2.0-3079.patch (2.3 KB ) - added by bartvde 15 years ago.
preliminary patch

Download all attachments as: .zip

Change History (4)

by bartvde, 15 years ago

Attachment: mapserver-5.2.0-3079.patch added

preliminary patch

comment:1 by assefa, 15 years ago

Milestone: 5.6.0 release

committed in trunk r9249.

Please give it a try when possible.

comment:2 by dmorissette, 15 years ago

Owner: changed from mapserverbugs to assefa

comment:3 by bartvde, 15 years ago

Resolution: fixed
Status: newclosed

This works like a charm Assefa. Thanks.

Note: See TracTickets for help on using tickets.