Ticket #2808 (closed enhancement: fixed)
Generic SQL doesn't support feature styles
| Reported by: | aboudreault | Owned by: | aboudreault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | OGR_SF | Version: | 1.6.0 |
| Severity: | normal | Keywords: | OGR SQL |
| Cc: | dmorissette, warmerdam |
Description
Currently, when we use a sql statement to get a set of features, styles cannot be handled because they are discarded. There is only the geometry that is copied. It could be useful to copy the styles of features also, especially in this case (in a MapServer? mapfile, using STYLEITEM and DATA):
LAYER
# ....
DATA "SELECT ID_PAYS,NOM_DE_PAYS,AVANCEMENT FROM Pays"
STYLEITEM "AUTO"
# ...
END
See related ticket for more info: MapServer Ticket 2733
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

