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

2008-08-18 Thread FCampos
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.

Re: [OpenLayers-Users] openlayers does not show shapefile

2008-08-08 Thread FCampos
ineresource tag > is pointing to a non-existing server. You should point this to your > MapServer otherwise you'll get into trouble when using other wms clients > like gvSIG, QGIS, ArcMap, AutoCAD Map, etc. > > Cumps, > Duarte Carreira > > -Mensagem original- >

Re: [OpenLayers-Users] projections/resolution/extents

2008-08-07 Thread FCampos
map.addLayers([basemap]); map.setCenter(new OpenLayers.LonLat(-8, 39.5), 0); Christopher Schmidt-4 wrote: > > On Thu, Aug 07, 2008 at 05:12:10AM -0700, FCampos wrote: >> >> Hi, >> is there anywhere, a good tutorial for : >

[OpenLayers-Users] projections/resolution/extents

2008-08-07 Thread FCampos
Hi, is there anywhere, a good tutorial for : - what extents in mapserver, and what is the consequence in the resolution / extent/ scales of openlayers ? -- View this message in context: http://www.nabble.com/projections-resolution-extents-tp18869013p18869013.html Sent from the OpenLayers Users

[OpenLayers-Users] openlayers does not show shapefile

2008-08-07 Thread FCampos
Hi, i´m haviing trouble to show a simple shapefile frmo a wms server (mapserver). Here is the mapfile http://www.nabble.com/file/p18867858/test.map test.map if i make shp2img -m test.map -o test.png -all_debug 10 the image is made, so it´s not from mapserver. the openlayers code is:

Re: [OpenLayers-Users] mapserver does not show oracle layer

2008-08-06 Thread FCampos
mapserevr, since it happens the same with shape image. Sorry, but if anyone can help ... please answer. Bart van den Eijnden wrote: > > Can you please first determine if this is a Mapserver problem, or an > OpenLayers problem, and then use the appropriate e-mail list? > > So, check if you MAP

[OpenLayers-Users] mapserver does not show oracle layer

2008-08-06 Thread FCampos
Hi, i´m having troubles shwoing a oracle layer in mapserver. in open layers i´ve: map = new OpenLayers.Map( 'map' , { scales: [ 400,300,200,100, 50,20, 10, 5,2,1 ], maxExtent: new OpenLayers.Bounds(-18,34,4,45),