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

Wrong WGS84BoundingBox in WFS GetCapabilities #4498

Closed
mkofahl opened this issue Oct 18, 2012 · 1 comment
Closed

Wrong WGS84BoundingBox in WFS GetCapabilities #4498

mkofahl opened this issue Oct 18, 2012 · 1 comment
Assignees
Milestone

Comments

@mkofahl
Copy link
Contributor

mkofahl commented Oct 18, 2012

From mapserver-users:

The WGS84BoundingBox returned by WFS Capabilities is different from EX_GeographicBoundingBox returned by the WMS Capabilities (which is correct).

MAP

NAME "mymap"
EXTENT 856234 15002 977228 165832
UNITS meters

PROJECTION
    "init=epsg:27562"
END

WEB
    METADATA
        "wms_title" "Test WMS"
        "wms_srs" "EPSG:27562"
        "wfs_title" "Test WFS"
        "ows_enable_request"   "*"
    END
END

LAYER
    NAME "test"
    DUMP TRUE
    projection
        "init=epsg:27562"
    end
    METADATA
        "ows_extent" "856234 15002 977228 165832"
        "ows_srs" "EPSG:27562"
        "gml_include_items"     "all"
    END
    TYPE POLYGON
END

END
@tbonfort
Copy link
Member

closed in #4499 .

@ghost ghost assigned mkofahl Apr 13, 2013
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

2 participants