Hi John,

You need a mapnik with gdal plugin support. Then try something like that:

  <Style name="My Style">
    <Rule>
      <RasterSymbolizer/>
    </Rule>
  </Style>

  <Layer name="world" srs="+proj=latlong +datum=WGS84">
    <StyleName>My Style</StyleName>
    <Datasource>
      <Parameter name="type">gdal</Parameter>
      <Parameter name="file">/path/to/your/geotiff.tif</Parameter>
    </Datasource>
  </Layer>

--
Manel

________________________________________
De: [email protected] 
[[email protected]] En nom de John Mitchell 
[[email protected]]
Enviat el: divendres, 8 / octubre / 2010 16:08
Per a: Mapnik users mailing-list
A/c: Robert Hicks
Tema: [Mapnik-users] How can I configure mapnik/ogcserver to accept wms getmap 
requests for a format of geotiff like I already can do for png and       jpeg. 
I am using mapnik 0.7.1

How can I configure mapnik/ogcserver to accept wms getmap requests for
a format of geotiff like I already can do for png and jpeg.  I am
using mapnik 0.7.1

Thanks,

John

--
John J. Mitchell
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to