浏览代码

init: Add global dataset to download location choices (#544)

Add global natural earth based dataset to download location options (startup, datacatalog).
Brendan Harmon 4 年之前
父节点
当前提交
3641598199
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      gui/wxpython/startup/locdownload.py

+ 8 - 0
gui/wxpython/startup/locdownload.py

@@ -80,6 +80,14 @@ LOCATIONS = [
         "label": "GISMentors location, Czech Republic",
         "url": "http://training.gismentors.eu/geodata/grass/gismentors.zip",
     },
+    {
+        "label": "Natural Earth Dataset in WGS84",
+        "url": "https://github.com/baharmon/natural-earth-dataset/archive/natural-earth.zip",
+        "size": "207 MB",
+        "epsg": "4326",
+        "license": "ODC Public Domain Dedication and License 1.0",
+        "maintainer": "Brendan Harmon (brendan.harmon@gmail.com)",
+    },
 ]