Unable to render specific Web Map Tile Service (WMTS) services in ArcGIS Pro.
ArcGIS Pro
漏洞 ID 编号
BUG-000172841
已提交
December 4, 2024
上次修改时间
December 9, 2024
适用范围
ArcGIS Pro
找到的版本
3.4
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The RESTful template parameters are in camelCase. Switching to PascalCase as indicated in the WMTS specification documentation resolves the issue in ArcGIS Pro and ArcMap. For instance, instead of using https://tile.sf.gov/api/tiles/p2009_rgb15cm/{tileMatrix}/{tileCol}/{tileRow}, use https://tile.sf.gov/api/tiles/p2009_rgb15cm/{TileMatrix}/{TileCol}/{TileRow}.