Still not working...features still move around on map drag while
selectFeature is active.

My map options object:
options = {
        displayProjection: new OpenLayers.Projection("EPSG:4326"),
        projection: "EPSG:900913",
        maxExtent: new OpenLayers.Bounds(-180,-90,180,90),
        numZoomLevels: 9,
        eventListeners: {
            "zoomend": kmlEvent,
            "moveend": kmlEvent
        }
 }

I suspect something to do with proj4.js but not sure exactly what.


--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Features-move-around-when-map-panned-tp6358063p6475782.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
d...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to