Pārlūkot izejas kodu

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 4 gadi atpakaļ
vecāks
revīzija
c5b9fc94d2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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",