diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-02-11 11:07:58 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-02-11 11:07:58 +0100 |
| commit | 2b83e5ab4a0b4c3df813cdc879fc844646cf20d2 (patch) | |
| tree | 8f7d3254a7bc27738b068ed8849a5b19bff0c0fb /gui/scripts/README.md | |
| parent | a15f9a329564d0b6638c0b9923b3af7326f236e1 (diff) | |
| parent | f86d75429dc850cd958aa0dbea99795b8d0b941f (diff) | |
| download | mullvadvpn-2b83e5ab4a0b4c3df813cdc879fc844646cf20d2.tar.xz mullvadvpn-2b83e5ab4a0b4c3df813cdc879fc844646cf20d2.zip | |
Merge branch 'zoom-out-map-and-remove-labels'
Diffstat (limited to 'gui/scripts/README.md')
| -rw-r--r-- | gui/scripts/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/scripts/README.md b/gui/scripts/README.md index c60323134a..2c332bfc98 100644 --- a/gui/scripts/README.md +++ b/gui/scripts/README.md @@ -28,7 +28,6 @@ or use cURL to download all ZIPs: curl -L -O https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/cultural/ne_50m_admin_0_countries.zip curl -L -O https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/cultural/ne_50m_admin_1_states_provinces_lines.zip curl -L -O https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_populated_places.zip -curl -L -O https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/cultural/ne_50m_populated_places.zip ``` Extract the downloaded ZIP files into `scripts` folder. @@ -37,7 +36,6 @@ Make sure the following folders exist after extraction: - ne_50m_admin_0_countries - ne_50m_admin_1_states_provinces_lines - ne_10m_populated_places -- ne_50m_populated_places or use the following script: @@ -45,7 +43,6 @@ or use the following script: unzip ne_50m_admin_0_countries.zip -d ne_50m_admin_0_countries/ unzip ne_50m_admin_1_states_provinces_lines.zip -d ne_50m_admin_1_states_provinces_lines/ unzip ne_10m_populated_places.zip -d ne_10m_populated_places/ -unzip ne_50m_populated_places.zip -d ne_50m_populated_places/ ``` ## Geo data extraction notes |
