I have been trying to export a tile package from ESRI's Rest Service using the ExportTile tool at the bottom of the World Imagery for export page here: https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/exportTiles. The export extent is supposed to be defined as "exportExtent = xmin, ymin, xmax, ymax" as defined here: https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-map-service/.
I am trying to export county sized files at high resolution (house level) and every time I try to define the export extent it creates a completely empty tile package. I am using Web Mercator coordinates as defined by the exportExtent. I am not sure what I am doing wrong and if anyone has gotten this process to work or has any input, I would greatly appreciate it.
Thanks!