Andrey,

I'm passing a bgcolor argument on my wms request ... since the wms request
is sent when I instantiate a new wms object, that loops like this:

var gsLayer = new OpenLayers.Layer.WMS(
                    "default", "http://SERVERIP/geoserver/wms";,
                    {
                        layers: 'LAYERNAME',
                        styles: '',
srs: 'EPSG:900913',
                        format: format,
isBaseLayer: true,
bgcolor: '#DDDFD3'
                    },
                    {attribution:  '<a
href="http://openstreetmap.org/";>OpenStreetMap</a>
and <a href="http://creativecommons.org/licenses/by-sa/2.0/";>CC-By-SA</a>'}
                );

.. haven't had to deal with ocean yet ... I think if you're at that scale
you can symboloize fill for country/continent polys and specify bgcolor =
whatever color you want for oceans.

Ben

On Mon, Jul 25, 2011 at 3:28 AM, Andrey Maraev <asmar...@gmail.com> wrote:

> Thanx Ben,
> It works fine, but how do you implement the background (ocean,continent
> areas) and the places for it?
>
>
> 2011/7/22 Benjamin Mearns <mea...@udel.edu>
>
>> there this: https://github.com/FlorentDotMe/OSM-Styles-for-GeoServer
>>
>> On Fri, Jul 22, 2011 at 10:47 AM, Andrey Maraev <asmar...@gmail.com>wrote:
>>
>>> Hello there!
>>> Does anyone know where I can pick up the osm styles for my geoserver.
>>> I have already any styles for my job, i.e. for the table
>>> planet_osm_line.
>>> I need also for planet_osm_polygon(buildings) and
>>> planet_osm_point(places)
>>>
>>> I found out .sld http://dev.ifs.hsr.ch/redmine/projects/osminabox/wiki
>>> but it no correct for geoserver\postgresql
>>>
>>>
>>>
>>> --
>>> lernen,lernen und lernen
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> 10 Tips for Better Web Security
>>> Learn 10 ways to better secure your business today. Topics covered
>>> include:
>>> Web security, SSL, hacker attacks & Denial of Service (DoS), private
>>> keys,
>>> security Microsoft Exchange, secure Instant Messaging, and much more.
>>> http://www.accelacomm.com/jaw/sfnl/114/51426210/
>>> _______________________________________________
>>> Geoserver-users mailing list
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>>
>>
>>
>> --
>> Ben Mearns
>> Lead Geospatial Information Consultant
>> IT-Client Support & Services
>> University of Delaware
>> mea...@udel.edu : 302.831.1978
>>
>>
>>
>>
>
>
> --
> lernen,lernen und lernen
>
>


-- 
Ben Mearns
Lead Geospatial Information Consultant
IT-Client Support & Services
University of Delaware
mea...@udel.edu : 302.831.1978
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to