[Tilecache] Re: TileCache and MapWarper WMS

manel.clos at ajgirona.cat manel.clos at ajgirona.cat
Tue May 4 04:15:03 EDT 2010


Hi,

I've just checked your wms server and if the url for asking for the whole map is correct, it shows a blank tile.

http://mapserver.bulman.ca/cgi/mapserv.fcgi?map=/var/mapwarper/db/mapfiles/11.map&request=GetMap&Service=WMS&BBOX=-180,-90,180,90&version=1.1.1&layers=11&srs=epsg:4326&format=image/png&height=256&width=256

Can you check that the above is correct and your wms server setup is ok?


> -----Mensaje original-----
> De: tilecache-bounces at lists.osgeo.org
> [mailto:tilecache-bounces at lists.osgeo.org] En nombre de krisbulman
> Enviado el: jueves, 29 de abril de 2010 17:48
> Para: tilecache at openlayers.org
> Asunto: [Tilecache] Re: TileCache and MapWarper WMS
>
>
> i notice that now the link which should show the full map now displays
> nothing
>
> http://mapserver.bulman.ca/cgi/tilecache/tilecache.cgi/1.0.0/m
> ap_30/0/0/0.png
>
> here is my map file 11.map
>
> MAP
>   NAME "Map Warper"
>   SIZE 256 256
>   EXTENT -180 -90 180 90
>   IMAGETYPE png
>   #INTERLACE OFF
>   UNITS DD
>
>   PROJECTION
> "init=epsg:4326"
>   END
>
>   WEB
>     IMAGEPATH "/tmp"
>     METADATA
>       "wms_title"     "Map Warper WMS"
>       "wms_srs"       "EPSG:4269 EPSG:4326 EPSG:900913"
>     END
>   END
>
>
>  LAYER
>     NAME '11_original'
>     TYPE RASTER
>     DATA '/var/lib/maps/src/4011-56x93cm-CascmpcPt-med.jpg.tif'
>     METADATA
>       'wms_title' 'Cascumpec. Original.'
>     END
>     STATUS ON
>     TRANSPARENCY 100
>     PROJECTION
>         'init=epsg:4326'
>     END
>  END
>
>
>
>   LAYER
>     NAME '11'
>     TYPE RASTER
>     DATA '/var/mapwarper/public/mapimages/dst/11.tif'
>     METADATA
>       'wms_title' 'Cascumpec'
>     END
>     STATUS ON
>     TRANSPARENCY 100
>     PROJECTION
>         'init=epsg:4326'
>     END
>  END
>
>
>
>   OUTPUTFORMAT
>     NAME GEOTIFF
>     DRIVER "GDAL/GTiff"
>     MIMETYPE "image/tiff"
>     IMAGEMODE "BYTE"
>     EXTENSION "tif"
>   END
>   OUTPUTFORMAT
>     NAME "png"
>     DRIVER "GD/PNG"
>     IMAGEMODE "rgba"
>     EXTENSION "png"
>     MIMETYPE "image/png"
>     IMAGEMODE RGBA
>     TRANSPARENT on
>   END
>   OUTPUTFORMAT
>     NAME "png8"
>     DRIVER "GD/PNG"
>     IMAGEMODE "rgba"
>     EXTENSION "png"
>     MIMETYPE "image/png"
>     TRANSPARENT on
>     FORMATOPTION "QUANTIZE_FORCE=ON"
>     FORMATOPTION "QUANTIZE_DITHER=ON"
>     FORMATOPTION "QUANTIZE_COLORS=250"
>   END
>   OUTPUTFORMAT
>     NAME "gif"
>     DRIVER "GD/GIF"
>     MIMETYPE "image/gif"
>     IMAGEMODE PC256
>     EXTENSION "gif"
>     TRANSPARENT ON
>   END
> END
>
> --
> View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/TileCache-and-MapWarper
> -WMS-tp4971402p4980727.html
> Sent from the TileCache mailing list archive at Nabble.com.
> _______________________________________________
> Tilecache mailing list
> Tilecache at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/tilecache
>


More information about the Tilecache mailing list