Opened 15 years ago
Last modified 13 years ago
#3085 new enhancement
[SLD]: Support Property Names when parsing some sld parameters
| Reported by: | assefa | Owned by: | assefa |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 release |
| Component: | WMS Server | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Currently we support a literal value for some parameters: <se:Rotation>60</se:Rotation>
We should support also the use of propertyname syntax and use attribute binding:
<se:Rotation><ogc:PropertyName>angle</ogc:PropertyName></se:Rotation> : would end up being translated into:
LABEL
angle [angle]
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Milestone: | 5.6 release → 6.0 release |
|---|
comment:3 by , 13 years ago
| Milestone: | 6.0 release → 6.2 release |
|---|
Note:
See TracTickets
for help on using tickets.

committed support for Rotation (r9248).
what other parameters do we need to support?