We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GetCapabilities now returns a boundingBox with each extend.
For example:
"boundingBox" : { "crs" : "EPSG:3857", "minx" : "239612.46669136", "maxy" : "7134767.39956839", "maxx" : "0.00008109", "miny" : "0.00045506" }
https://rwsos-dataservices-ont.avi.deltares.nl/iwp/test/FewsWebServices/wms?request=GetCapabilities&format=application/json
The bbox should be used to set the default zoom, if the user has already zoomed inside the bbox the zoom should not change.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The GetCapabilities now returns a boundingBox with each extend.
For example:
https://rwsos-dataservices-ont.avi.deltares.nl/iwp/test/FewsWebServices/wms?request=GetCapabilities&format=application/json
The bbox should be used to set the default zoom, if the user has already zoomed inside the bbox the zoom should not change.
The text was updated successfully, but these errors were encountered: