summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-11-03 12:51:27 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-11-03 12:51:27 +0100
commitf0b3c2703597b722ed94b174725cbbff04587215 (patch)
treebc346803a7f31292665cefb898a8cedabfd80838 /gui/scripts
parent340fa1bcdc1ff2880c58606052a7a26b02c1bd1f (diff)
parent07c72a8ac83c8c23f9d25d17576c2c8b72adf618 (diff)
downloadmullvadvpn-f0b3c2703597b722ed94b174725cbbff04587215.tar.xz
mullvadvpn-f0b3c2703597b722ed94b174725cbbff04587215.zip
Merge branch 'revert-lower-map-resolution'
Diffstat (limited to 'gui/scripts')
-rwxr-xr-xgui/scripts/extract-geo-data.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/scripts/extract-geo-data.py b/gui/scripts/extract-geo-data.py
index b80e07365b..2198a6f7e0 100755
--- a/gui/scripts/extract-geo-data.py
+++ b/gui/scripts/extract-geo-data.py
@@ -41,7 +41,7 @@ LOCALE_MAPPING = {
def extract_geometry():
- input_path = get_shape_path("ne_110m_admin_0_countries")
+ input_path = get_shape_path("ne_50m_admin_0_countries")
output_path = path.join(OUT_DIR, "geometry.json")
features = []
@@ -69,7 +69,7 @@ def extract_geometry():
def extract_provinces_and_states_lines():
- input_path = get_shape_path("ne_110m_admin_1_states_provinces_lines")
+ input_path = get_shape_path("ne_50m_admin_1_states_provinces_lines")
output_path = path.join(OUT_DIR, "states-provinces-lines.json")
features = []
@@ -342,7 +342,7 @@ class CountryTranslator:
Private helper to build the index for the geo dataset, that can be used to speed up the
translations lookup.
"""
- shape_path = get_shape_path("ne_110m_admin_0_countries")
+ shape_path = get_shape_path("ne_50m_admin_0_countries")
dataset = dict()
# build a hash map of the entire datasource in memory