@3819 ⚑举报 

未曾
管理员

title.yaml大致如下

url_template: "https://ids.si.edu/ids/viewTile/node1/A/45e/45e6b93aa652efc034db729e7d82bdb6/512/16/{{x/512}}_{{y/512}}.jpg"

variables:
# The x position of tiles goes from 0 to the image width with an increment of the tile width
- name: x
from: 0
to: 62399 # Image width
step: 512 # Tile width

- name: y
from: 0
to: 3175 # Image height
step: 512 # Tile height

- name: tile_size
value: 512