Hello we have an image layer that has been published to our enterprise portal and I want to be able to query the tiles that are found for a certain extent but can't figure out how to do it.
This is the URL to the published service but
Using the following I can get the tile at 0,0,0
But I want to be able to use a query type approach to pass in an extent and for a number of tiles to be returned.
Any help would be greatly appreciated.
Hello Dean
Could you possibly draw your extent as a polygon feature class and then perform a selection by location on your image layer based on the polygon feature class?
Thanks Amanda, that is what I want to do but from the REST endpoint but just can't get the syntax right 🙂