Update map style.json URL

This commit is contained in:
Skylar Ittner 2019-06-10 01:34:15 -06:00
parent c344b4a81e
commit 2237d9f2bf

View File

@ -12,7 +12,7 @@ var SETTINGS = {
webapp_url: "https://app.helpinghelena.org/", webapp_url: "https://app.helpinghelena.org/",
terms_of_service_url: "https://netsyms.com/legal?pk_campaign=HelpingHelenaApp", terms_of_service_url: "https://netsyms.com/legal?pk_campaign=HelpingHelenaApp",
min_password_length: 8, 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: "", stripe_pubkey: "",
addfunds_percent: 0.07 addfunds_percent: 0.07
}; };