-
-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Milestone
Description
While using file cache system, I tried to use the --tile-list
option to force cache refresh for a given list.
My file contains:
1/0/1
2/1/2
3/3/4
4/7/9
5/15/19
6/30/39
6/31/39
7/61/79
7/62/79
8/123/159
8/124/159
9/247/318
9/248/318
9/247/319
9/248/319
10/495/637
10/496/637
10/495/638
10/496/638
And I'm reading that file with tegola cache seed --overwrite --tile-list $WORK_FILE
. Instead of seeing seeding map (xxx) tile (z/x/y) took: Xms
19 times (there are 19 tiles to refresh), actually tegola refresh all my tiles for all zooms (7416 tiles, because I limited it to zoom 7)???
Did I miss something?
stvno
Metadata
Metadata
Assignees
Labels
No labels