浏览代码

Change terrain url

Stephen Dade 5 年之前
父节点
当前提交
3c2181b652
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -56,7 +56,7 @@ def compressFiles(fileList, uuidkey, outfolder):
                 if not os.path.exists(fn):
                     #download if required
                     print("Downloading " + os.path.basename(fn))
-                    g = urllib.request.urlopen('https://firmware.ardupilot.org/terrain/files/' +
+                    g = urllib.request.urlopen('https://firmware.ardupilot.org/terrain/tiles/' +
                                                os.path.basename(fn))
                     print("Downloaded " + os.path.basename(fn))
                     with open(fn, 'b+w') as f: