ArcGIS Pro從1.4版本起就支持自定義坐標系統地圖的矢量切片制作了。
步驟:
1. 將地圖有全圖范圍縮小到屏幕像素大約10*10像素的范圍,然后記錄下地圖的比例尺。這一步十分關鍵,不然系統要經常報以下錯誤:
“ ERROR 001854: Tiling scheme must have a 512 x 512 tile size and consecutive scales in a ratio of two.
Failed to execute (CreateVectorTilePackage). ”
2. 使用Generate Map Server Cache Tiling Scheme工具創建地圖切片方案。這一步要注意的是,目前自定義坐標系地圖的矢量切片工具要求地圖切片方案必須采用512*512像素大小,每一級的比例尺必須是上一級的1/2。
3. 使用Create Vector Tile Package工具來制作矢量切片。記得要把Pagage for ArcGIS Online |Bing Maps|Google Maps這個勾選框去掉。Tile Scheme中選擇剛才創建的地圖切片方案。