melowntech / vts-mapproxy

VTS Mapproxy
BSD 2-Clause "Simplified" License
30 stars 5 forks source link

mapproxy error on startup #13

Open PascalBGeom opened 3 years ago

PascalBGeom commented 3 years ago

Hi, I clone and compil the last repository of vts solution but an error occurs when i start mapproxy:

2021-02-01 12:28:18 I2 [31406(main)]: Loading resources from file "/etc/vts/mapproxy/examples.d/srtm1-n47-e013.json" included from "/etc/vts/mapproxy/resources.json". {resource.cpp:operator()():218} terminate called after throwing an instance of 'GlobError' what(): Glob: read error. @{glob.cpp:globPath():61}

however, the first step to read basemap-at-photo sounds like good:

2021-02-01 12:28:18 I2 [31406(main)]: Loading resources from file "/etc/vts/mapproxy/examples.d/basemap-at-photo.json" included from "/etc/vts/mapproxy/resources.json". {resource.cpp:operator()():218} 2021-02-01 12:28:18 I2 [31407(gdal)]: Started GDAL warper manager process. {gdalsupport.cpp:runManager():624}

environnent : WSL / Ubuntu 20

thks in advance for your response