Raster layers seem to reproject fine :-O Could it be some kind of optimsation? This is the version I am using (it comes with ubuntu 6.06)
[EMAIL PROTECTED]:~/src/simif$ mapserv -v MapServer version 4.6.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=THREADS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG El vie, 19-10-2007 a las 14:00 +0200, Marcos Sánchez Provencio escribió: > I have to serve data stored in utm30 and utm28 (Continental Spain and > the Canary Islands) reprojected to utm30 (Continental Spain except > Galicia), utm29(Galicia) and utm28(Canary Islands). > > I am creating the map from scratch in Python mapscript. The client is > mapbuilder wms. I am setting the map projection for each query with > setProjection. If I start the server and immediatly ask for utm29 it > works fine. Then I ask for utm30 and it works fine too. I ask again for > utm29 and it shows utm30 (some shapes not shown). But if I then ask for > the utm28 map, it shows fine :-S > > The server is the django test server (to rule out threading/process > problems). > > Any suggestions?
