One thing you can use to help you get the right request is the WMS
Reflector.  See
http://docs.geoserver.org/stable/en/user/tutorials/wmsreflector.html

You can make a request like
http://suite.opengeo.org/geoserver/wms/reflect?layers=world and get a
default image of the full bounds with the default project projection.

Then you can change the projection,
http://suite.opengeo.org/geoserver/wms/reflect?layers=world&srs=epsg:900913

Or fun ones like
http://suite.opengeo.org/geoserver/wms/reflect?layers=world&srs=epsg:3032(obviously
polar projections aren't really supposed to be done on world
maps).

Can throw on formats as well, even get openlayers output -
http://suite.opengeo.org/geoserver/wms/reflect?layers=world&srs=epsg:3032&format=openlayers

On Thu, Nov 18, 2010 at 4:46 AM, Rahkonen Jukka
<jukka.rahko...@mmmtike.fi>wrote:

> Hi,
>
> Of course Geoserver supports other projections but it is not enough to
> change SRS in the WMS requests, you must also give the BBOX to suit the
> target projection.  Now I suppose you have used the same BBOX and Geoserver
> did not find any data from that and sent you an empty map.
>
> -Jukka Rahkonen-
>
> > -----Alkuperäinen viesti-----
> > Lähettäjä: Antonio Diaz Sanchez [mailto:adiazsanc...@yahoo.es]
> > Lähetetty: 18. marraskuuta 2010 11:28
> > Vastaanottaja: geoserver-users@lists.sourceforge.net
> > Aihe: [Geoserver-users] Geoserver: reference system
> >
> >
> >   Hi,
> >
> >   I have installed a set of layers which are using the
> > reference system EPSG:4326. I was wondering if Geoserver is
> > able to dynamically provide these layers in other reference
> > system if the user requires so. It seems to me that the
> > answer is "no", because if I do a WMS request specifiying
> > other reference system (such as EPSG:32628 or EPSG:900913) it
> > returns nothing. Is Geoserver able to dynamically provide a
> > layer using other reference system than the declared?
> >
> >   Regards,
> >
> >   Anthony
> >
> >
> >
> >
> > --------------------------------------------------------------
> > ----------------
> > Beautiful is writing same markup. Internet Explorer 9 supports
> > standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> > Spend less time writing and  rewriting code and more time
> > creating great
> > experiences on the web. Be a part of the beta today
> > http://p.sf.net/sfu/msIE9-sfdev2dev
> > _______________________________________________
> > Geoserver-users mailing list
> > Geoserver-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> >
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to