From 62aeb646be4bb6a5e3bc9fa39271a54428213611 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 10 Jun 2019 01:43:41 -0600 Subject: [PATCH] 3D buildings aren't really necessary --- www/settings.template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/settings.template.js b/www/settings.template.js index d6637d5..76a3a01 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/osm-liberty/style.json", + map_style_json: "https://maps.netsyms.net/styles/klokantech-basic/style.json", stripe_pubkey: "", addfunds_percent: 0.07 -}; \ No newline at end of file +};