hi to all,

with this code my not stay where i do expect.
Ho do i test if is mapserver worng or openlayers ? 


                        l = new OpenLayers.Layer.Markers( "Markers" ,
                                        {
                                                maxExtent: new
OpenLayers.Bounds(-12.240748,36.831910,-3.465592,42.283930),
                                                maxResolution: "auto",
                                                projection:"EPSG:4326"
                                        }
                                        );
                        map.addLayer( l );
                        map.setCenter(new 
OpenLayers.LonLat(-8.6962366104126,41.185162234761),
12);
                        mk = new OpenLayers.Marker(new
OpenLayers.LonLat(-8.6962366104126,41.185162234761)  ) ; 
                        l.addMarker(mk);



-- 
View this message in context: 
http://www.nabble.com/bad-lat-lon-precision---Who%C2%B4s-fault---tp19035631p19035631.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to