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

Esri World Imagery and World Imagery Clarity are showing same metadata #4766

Closed
bhousel opened this issue Feb 2, 2018 · 0 comments · Fixed by #4767
Closed

Esri World Imagery and World Imagery Clarity are showing same metadata #4766

bhousel opened this issue Feb 2, 2018 · 0 comments · Fixed by #4767
Labels
bug A bug - let's fix this!

Comments

@bhousel
Copy link
Member

bhousel commented Feb 2, 2018

We are supporting the both Esri World Imagery and Esri World Imagery (Clarity), but the "clarity" source is still querying the same metadata server, so we don't actually see the true values for imagery vintage, etc.
cc @jgravois

Code to fix is here:

// build up query using the layer appropriate to the current zoom
var url = 'https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/' + metadataLayer + '/query?returnGeometry=false&geometry=' + centerPoint + '&inSR=4326&geometryType=esriGeometryPoint&outFields=*&f=json&callback={callback}';

esri_metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug - let's fix this!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant