Hi All,
Does anybody know, how to properly use esriMosaicViewpoint Mosaic Rule with Export Image REST endpoint?
I tried to use the following code along with Image Service which uses sample Amberg images from ArcGIS Desktop Tutorial :
{"mosaicMethod" : "esriMosaicViewpoint",
"viewpoint": "x":4489798,"y":5478672,"spatialReference":{"wkid":31494},
"ascending" : true,
"mosaicOperation" : "MT_FIRST"
}The result is that the result image is always the same, no matter what coordinates you put as a viepoint. It seems that the Service does not honor this specific Mosiac Rule. I used LockRaster method too, which worked just fine.
The same image service is consumed with ArcGIS for Desktop and Viewpoint window without any problem.
Any ideas what can be wrong?