[Geoserver-devel] Additional BoundingBox in WMS Config

Hiho,

is it possible to define additional bboxes for different crs in the wms?
According to the OGC WMS Specification it should look like:

<BoundingBox SRS="..." minx="..." miny="..." maxx="..." maxy="..."/>

I tried to add it to the info.xml of a featuretype, but it doesn't show up
in the getCapabilities response.

Thanks for help,

Dirk

Now that the geotools CRS stuff seems to be stable enough, after a big
refactoring, it will be possible. Indeed, we were waiting for this in
order to add reprojection support to the geoserver WMS.

I think the way to go should be to select the CRS's you want your layers
to be exposed in using the WMS config page, and let the capabilities
document be aware of them to show all the layers in that CRS's.

Hope to implement it as soon as possible, so keep looking forward.

Thanks for your question,

Gabriel.

On Wed, 2005-02-09 at 16:20 +0100, Dirk Wilhelm wrote:

Hiho,

is it possible to define additional bboxes for different crs in the wms?
According to the OGC WMS Specification it should look like:

<BoundingBox SRS="..." minx="..." miny="..." maxx="..." maxy="..."/>

I tried to add it to the info.xml of a featuretype, but it doesn't show up
in the getCapabilities response.

Thanks for help,

Dirk

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Sounds like a good plan, Gabriel. Dirk - the geoserver wms has never
gotten a whole ton of attention, the plan for 1.3 is to get it running
quite well, full sld, full reprojections, and a lot faster, while
maintaining the extreme useability that geoserver prides itself on.

Could one of you add this issue to JIRA, so we're sure to hit it?

Chris

On Wed, 9 Feb 2005, Gabriel Roldán wrote:

Now that the geotools CRS stuff seems to be stable enough, after a big
refactoring, it will be possible. Indeed, we were waiting for this in
order to add reprojection support to the geoserver WMS.

I think the way to go should be to select the CRS's you want your layers
to be exposed in using the WMS config page, and let the capabilities
document be aware of them to show all the layers in that CRS's.

Hope to implement it as soon as possible, so keep looking forward.

Thanks for your question,

Gabriel.

On Wed, 2005-02-09 at 16:20 +0100, Dirk Wilhelm wrote:
> Hiho,
>
> is it possible to define additional bboxes for different crs in the wms?
> According to the OGC WMS Specification it should look like:
>
> <BoundingBox SRS="..." minx="..." miny="..." maxx="..." maxy="..."/>
>
> I tried to add it to the info.xml of a featuretype, but it doesn't show up
> in the getCapabilities response.
>
> Thanks for help,
>
> Dirk
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--