@2070 ⚑举报 

未曾
管理员

他代码里定义的TileSize是254

所以正确的YAML 是

url_template: “https://shuziwenwu-1256350439.cos.ap-beijing.myqcloud.com/relic/189f8d0ea3914cd6a2b62479c98bee9c/image-bundle/16/{{x/254}}_{{y/254}}.jpeg”

variables:
– name: x
from: 0
to: 47887 # Image width, taken from stage 1
step: 254 # Tile width, taken from stage 1

– name: y
from: 0
to: 2077 # Image height
step: 254 # Tile height