Ticket #893 (closed feature: fixed)
specify externalGraphic offset
| Reported by: | fredj | Owned by: | fredj |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5 Release |
| Component: | Layer.Vector | Version: | SVN |
| Keywords: | Cc: | ||
| State: |
Description
It would be nice if externalGraphic handle offset just like OpenLayers.Layer.Markers does.
Example:
externalGraphic: "my_icon.png", graphicWidth: 18, graphicHeight: 26, graphicYOffset: 0, graphicXOffset: 9, fillOpacity: 1

