[OpenLayers-Dev] Re: Features move around when map panned
amajedi
amajedi at gmail.com
Tue Jun 14 16:21:47 EDT 2011
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.
More information about the Dev
mailing list