-
Notifications
You must be signed in to change notification settings - Fork 2
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 1.3.0 support (for OWSLib proper) #12
Comments
For the BBOX query parameter. |
Axis patch implemented for 4326, 4269 and 4267 but this is not a complete list and none of the options/other implementations are complete. See 6af3aa4 |
Updating the Extent handling to the complete Dimension handling (I don't know what the deal is 1.1.1 though - reads like 1.3.0 merged Extent and Dimension into one blob). Will retain the names of the overlapping attributes for backwards compatibility. 1.3.0
vs 1.1.1
|
The existing code just grabs the text values and the default attribute - there's no space to include the other supported attributes. |
Using this AZGS ArcGIS Server WMS 1.3.0: We have the following Layer nesting:
with the parent ORWellHeaders and the child WellHeader. OWSLib (at least in the WMS handling) uses the Layer.Name as the key for its dict of layers (contents). The parent layer doesn't have a Name element and so it's not in the returned contents list but is still accessible as the WellHeader parent for crsOptions, etc. Which is probably reasonable and this is just a note for the tests. |
Some notes related to implementation.
The text was updated successfully, but these errors were encountered: