options = {
        projection: new OpenLayers.Projection("EPSG:900913"),
        displayProjection: new OpenLayers.Projection("EPSG:4326"),
        maxExtent: new OpenLayers.Bounds(-20037508, -20037508,20037508, 
20037508),
        numZoomLevels: 9,
        eventListeners: {
            "zoomend": kmlEvent,
            "moveend": kmlEvent
        }
    }
    //create the map
    map = new OpenLayers.Map('map', options);


I've fixed the bounds, used the projection/display projection as mentioned
and even messed around the with the projections of my vector layers but
still the features are moving when selectFeature is activated...

This has got to be a common thing in OpenLayers, displaying features on a
map and using the OpenLayers.Control.SelectFeature to select features while
panning around the map. Am I crazy?

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Features-move-around-when-map-panned-tp6358063p6484487.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