The Start Tile and End Tile options at the Vector Server REST endpoint returns HTTP status code of 404 (Not found) even when the tile is present.
上次发布: February 2, 2018ArcGIS GIS Server
漏洞 ID 编号
BUG-000108528
已提交
October 4, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
N/A
操作系统
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
There are two formats using which Vector Cache tiles are build "flat" & "indexed". http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/author-a-map-for-vector-tile-creation.htm
The default option is to build Index Cache, where cache tiles are created only where there is dense data resulting in
many areas with no tiles. The client applications such as ArcGIS Pro & ArcGIS API for JavaScript use tile map to request only the tiles that exist.
For such cases please ensure the data exists everywhere and the format used is "flat".