Ticket #2712 (closed feature: fixed)
Renderer and Format.SLD should use fill and stroke unless set to false
| Reported by: | ahocevar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.10 Release |
| Component: | Renderer | Version: | 2.9 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
OpenLayers.Renderer and OpenLayers.Format.SLD currently check for symbolizer.stroke being true, but the API docs for OpenLayers.Feature.Vector.style say:
* fill - {Boolean} Set to false if no fill is desired.
and
* stroke - {Boolean} Set to false if no stroke is desired.
The attached patch fixes this behavior. All examples still look right and tests still pass.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

