Not sure if this will help you, but maybe if you want to try from the client
end instead...
Creating an "empty" OpenLayers layer
¶<http://trac.mapfish.org/trac/mapfish/wiki/HowTosTips#CreatinganemptyOpenLayerslayer>

If you need to create an empty base layer, use this kind of code:

map.addLayer(new OpenLayers.Layer.Image("No base layer",
                                        'white.png',
                                        map.maxExtent,
                                        new OpenLayers.Size(1, 1)));

 Where white.png is a 1x1 pixel white image.

http://trac.mapfish.org/trac/mapfish/wiki/HowTosTips


elshae


On Mon, Jan 17, 2011 at 4:06 PM, Michael Prieß <
[email protected]> wrote:

> Hi all,
>
> i like to render a map with a gray background. I looked into the geoserver
> documentation, but found nothing.
>
> Is a SLD the right way to do this ?
>
> Cheers,
>
> Michael
>
>
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to