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
Sources like https://github.com/osmlab/editor-layer-index/blob/gh-pages/sources/oceania/au/act/ACTmapi-Imagery201906.geojson?short_path=ce048d7 use an ESRI ImageServer endpoint, this is not actually a WMS service hence may not behave exactly to the WMS spec.
We enter it as a WMS source because you need to supply an image width height and bbox just like WMS.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. This should be fixed with 9f9e50f
Currently, it is tested against the following parameters: required_parameters = ['f', 'bbox', 'size', 'imageSR', 'bboxSR', 'format']
required_parameters = ['f', 'bbox', 'size', 'imageSR', 'bboxSR', 'format']
Unfortunately, https://developers.arcgis.com/rest/services-reference/raster-image.htm does not list which parameters are required or optional.
Sorry, something went wrong.
No branches or pull requests
Sources like https://github.com/osmlab/editor-layer-index/blob/gh-pages/sources/oceania/au/act/ACTmapi-Imagery201906.geojson?short_path=ce048d7 use an ESRI ImageServer endpoint, this is not actually a WMS service hence may not behave exactly to the WMS spec.
We enter it as a WMS source because you need to supply an image width height and bbox just like WMS.
The text was updated successfully, but these errors were encountered: