<div dir="ltr"><div dir="ltr">Yes there was a problem in my configuration.<div><br></div><div><div>globals:</div><div>  cache:<br></div><div>    base_dir: 'path_to_caches_dir'</div><div>    lock_dir: 'path_to_lock_dir'</div></div><div><br></div><div>In my case 'path_to_lock_dir' was pointing to a non-existing directory</div><div><br></div><div>Anne</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">Op wo 3 okt. 2018 om 17:01 schreef Anne Blankert <<a href="mailto:anne.blankert@geodan.nl">anne.blankert@geodan.nl</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>If I remember correctly, mapproxy-seed should only request new data from the remote source if the tiles in the cache are out of date or not available?</div><div><br></div><div>According to documentation, <a href="https://mapproxy.org/docs/nightly/seed.html" target="_blank">https://mapproxy.org/docs/nightly/seed.html</a>, there are mapproxy-seed options '--continue' and '--progress-file'. Why do these options exist? mapproxy-seed could find existing tiles in the cache and quickly skip tiles until it finds out-of-date or non-existing tiles?</div><div><br></div><div>I am suspecting there is something wrong in my configuration. File permissions in the cache seem to be correct and I see the cache is being filled by mapproxy-seed. However, if I restart mapproxy-seed, the seeding starts requesting data from the remote source also for tiles that are already in the cache. </div><div><br></div><div>Is this re-requesting by design or is something wrong in my configuration?</div><div><br></div><div>My seed.yaml:</div><div><div>seeds:</div><div>  nextzenelevation:</div><div>    caches: [nextzenelevation_cache]</div><div>    grids: [webmercator]</div><div>    levels:</div><div>      from: 0</div><div>      to: 3</div><div><br></div></div><div>My cache definition:</div><div><div>caches:</div><div>  nextzenelevation_cache:<br></div><div>    sources: [nextzenelevation_tiles]</div><div>    format: image/png</div><div>    grids: [webmercator]</div></div><div><br></div><div><div>sources:</div><div>   nextzenelevation_tiles:</div><div>     type: tile</div><div>     url: <a href="https://tile.nextzen.org/tilezen/terrain/v1/256/terrarium/%(tms_path)s.%(format)s?api_key=xxxx" target="_blank">https://tile.nextzen.org/tilezen/terrain/v1/256/terrarium/%(tms_path)s.%(format)s?api_key=xxxx</a></div><div>     grid: webmercator<br></div><div><br></div><div>grids:</div><div>  webmercator:</div><div>    srs: EPSG:900913<br></div><div>    origin: nw</div></div><div><br></div><div><br></div></div></div></div></div></div>
</blockquote></div>