[Geoserver-devel] How to add other image's format

Hello,

I want to add other format than image/svg+xml but I don't know how to do it...

<GetMap>
<Format>image/svg+xml</Format>
  <DCPType>
  <HTTP>
  <Get>
<OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver//wms?&quot;/&gt;
</Get>
</HTTP>
</DCPType>
</GetMap>

Thanks,
Nico

If you install java advanced imaging api (jai) and the imageio extensions
on to your java runtime then you will get about 10 more formats. MOre
information available here: http://java.sun.com/products/java-media/jai/

Hope this helps,

Chris

On Tue, 16 Mar 2004, Nicolas INVERNON wrote:

Hello,

I want to add other format than image/svg+xml but I don't know how to do it...

<GetMap>
<Format>image/svg+xml</Format>
  <DCPType>
  <HTTP>
  <Get>
<OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/geoserver//wms?&quot;/&gt;
</Get>
</HTTP>
</DCPType>
</GetMap>

Thanks,
Nico

-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--