I need to access a Esri REST service, which has a weird XYZ-Format. For example:
On a normal XYZ-Service, z is 14 where on this specific service, on the same height, z is 8.
Does anyone know how to convert them and use the "weird" one on OpenLayers?
This is the "normal" service:
...../15/17122/11081.png
And this the "weird" one:
...../8/458/170
They both are roughly for the same location, on equal height.