OpenLayers OpenLayers

Changeset 6441

Show
Ignore:
Timestamp:
03/05/08 16:43:41 (10 months ago)
Author:
euzuro
Message:

fixinG icon offset issue. thanks to abejenaru for the oriGinal buGreport (r=tschaub) (Closes #1363)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/Text.js

    r5828 r6441  
    174174            if (feature.style.graphicXOffset  
    175175                && feature.style.graphicYOffset) { 
    176                 iconOffset = new OpenLayers.Size
     176                iconOffset = new OpenLayers.Pixel
    177177                    feature.style.graphicXOffset,  
    178178                    feature.style.graphicYOffset);