Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wms_bbox_extended "true" only works with < 15 EPSG code definitions #4395

Closed
astroidex opened this issue Jul 17, 2012 · 1 comment
Closed

Comments

@astroidex
Copy link
Contributor

I want to use the Parameter wms_bbox_extended "true" to calculate the extent for all the supported EPSGs.

see
http://mapserver.org/ogc/wms_server.html

The Capabilities document looks fine as long as I only define < 15 codes. The XML breaks at different points with more EPSG codes (but I need > 15 for INSPIRE)

Definition could look like this:

WEB
...
WMS_BBOX_EXTENDED 'true'
WMS_SRS 'EPSG:31466 epsg:31467 epsg:31468 epsg:4326 EPSG:25832 EPSG:25833 EPSG:3034 EPSG:3035 EPSG:3038 EPSG:3039 EPSG:3040 EPSG:3041 EPSG:3042 EPSG:3043 EPSG:3044 EPSG:3045 EPSG:3046 EPSG:3047'
...
END

When I disable the parameter wms_bbox_extended "false" (or I do not define the parameter) the Capabilities document is fine but does not contain the bboxes.

I tested with MapServer 6.0.2 and MapServer 6.2beta1.

@astroidex
Copy link
Contributor Author

thread see also http://lists.osgeo.org/pipermail/mapserver-users/2012-July/072814.html

Looks like a PROJ.4 issue which is fixed already in version 4.8.0: http://trac.osgeo.org/proj/ticket/100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant