In ArcGIS Pro, the Create Map Tile Package tool returns incomplete tiles when the input raster does not have pyramids and statistics.
上次发布: March 11, 2019ArcGIS Pro
漏洞 ID 编号
BUG-000101721
已提交
December 23, 2016
上次修改时间
September 25, 2025
适用范围
ArcGIS Pro
找到的版本
1.4 Alpha
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This issue is as designed. Without pyramids, the GRID raster is not visible at the first level of detail (scale: 591657527.591555, resolution: 156543.033928) so cache generation does not proceed. The tool shows a warning when it's run.
When the tool is executed again after building pyramids, the cache is generated for all levels since the data is visible at all levels. If not having pyramids is an absolute requirement, there is another workaround but it entails running two geoprocessing tools.
1. Run the Manage Tile Cache tool to generate the tile cache using the raster layer as the input. When the raster layer is picked as an input data source, the applicable scales at which the data is visible are checked on. These can be altered by changing the `Minimum Cached Scale` & `Maximum Cached Scale` parameters. This tool generates a cache for the highest level of detail first and can generate a cache from previous cache levels.
2. Using the output from the Manage Tile Cache tool, run the Export Tile Cache tool to generate a tile package.