diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,14 +26,14 @@ layers: # # error is raised when the payload size exceeds this value. # # (Default: 67108864, in other words 64MiB) # max-size: 1073741824 -# # source:download:script: Basename of the download script to use for -# # that layer. The entry is ignored when the main script doesn't match. -# script: webmap-download +# # source:download:module: Basename of the download module to use for +# # that layer. +# module: webmap-download # cache: # # source:cache:path: Local path (relative to --cachedir) where to # # (atomically) save the downloaded file. The same path can be used by # # multiple entries as long as their pairs (source:download:url, -# # source:download:script) match. Any parent directories are created if +# # source:download:module) match. Any parent directories are created if # # needed. # # If the path is empty or ends with a '/' character then it treated as a # # directory and the last component of source:download:url implicitly |