Explorar o código

wxGUI/datacatalog: Changed Natural Earth dataset URL from GitHub to Zenodo (#867)

Using more stable location at Zenodo instead of GitHub.

Using tarball instead of the original ZIP because ZIP from Zenodo is currently not handled properly.
Brendan Harmon %!s(int64=4) %!d(string=hai) anos
pai
achega
c5b9fc94d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/startup/locdownload.py

+ 1 - 1
gui/wxpython/startup/locdownload.py

@@ -84,7 +84,7 @@ LOCATIONS = [
     },
     {
         "label": "Natural Earth Dataset in WGS84",
-        "url": "https://github.com/baharmon/natural-earth-dataset/archive/natural-earth.zip",
+        "url": "https://zenodo.org/record/3968936/files/natural-earth-dataset.tar.gz",
         "size": "207 MB",
         "epsg": "4326",
         "license": "ODC Public Domain Dedication and License 1.0",