Skip to content
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

Error: Parameter 'width,version,height,request,layers' is missing in url may be a false positive for ESRI services #3

Open
andrewharvey opened this issue Aug 14, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@andrewharvey
Copy link

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.

@rbuffat
Copy link
Owner

rbuffat commented Aug 14, 2020

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']

Unfortunately, https://developers.arcgis.com/rest/services-reference/raster-image.htm does not list which parameters are required or optional.

@rbuffat rbuffat added the bug Something isn't working label Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants