Opened 14 years ago
Closed 14 years ago
#651 closed defect (fixed)
WMS provides wrong spatial context in case only LatLonBoundingBox is provided
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 3.5.0 |
Component: | FDO API | Version: | 3.4.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
There are WMS servers which provides a SRS without a bounding box, however the server provides a lat/long bounding box. In this case WMS provider should automatically add EPSG:4326 as supported spatial context and use the lat/long bounding box. See below an example. WMS provider should do that only in case WMS server do not provide other valid SRS (a SRS with a bounding box)
<Layer queryable="1" opaque="0" cascaded="0" noSubsets="0">
<Name>TestLayerName</Name> <SRS>EPSG:32632</SRS> <LatLonBoundingBox minx="8.02979" miny="54.4548" maxx="15.5664" maxy="57.7511" />