[OpenLayers-Users] bad lat/lon precision ? Who´s fault ?

FCampos fcampos at efacec.pt
Mon Aug 18 13:39:04 EDT 2008


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.




More information about the Users mailing list