From 2237d9f2bff4c581d53726c548c3dd15ec71c1ac Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 10 Jun 2019 01:34:15 -0600 Subject: [PATCH] Update map style.json URL --- www/settings.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/settings.template.js b/www/settings.template.js index eb97138..d6637d5 100644 --- a/www/settings.template.js +++ b/www/settings.template.js @@ -12,7 +12,7 @@ var SETTINGS = { webapp_url: "https://app.helpinghelena.org/", terms_of_service_url: "https://netsyms.com/legal?pk_campaign=HelpingHelenaApp", min_password_length: 8, - map_style_json: "https://maps.netsyms.net/styles/klokantech-3d-gl/style.json", + map_style_json: "https://maps.netsyms.net/styles/osm-liberty/style.json", stripe_pubkey: "", addfunds_percent: 0.07 }; \ No newline at end of file