You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is that for WMS or WFS? Edit: looks like it's for WMS. The WMS spec does not allow WGS84BoundingBox elements so I'm a bit surprised, does that really happen? do you have an example?
As for EX_GeographicBoundingBox, indeed it's missing. I'll add support for it.
It seems that the bounding boxes of the layers are only fetched from the
BoundingBox
element of the layer in thegetCapabilities
.eg.
Additionally, it could exist more elements about the layer extent.
EX_GeographicBoundingBox
ows:WGS84BoundingBox
Those elements are in
EPSG:4326
which simplifies the process afterwards, as it's a standard CRS.eg.
The text was updated successfully, but these errors were encountered: