From efd70899b824495506c0cf798a43cc486bbbcfbf Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 24 Mar 2016 14:23:52 +0000 Subject: [PATCH] use atlas for maps --- lib/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers.php b/lib/helpers.php index 6ce4f3d..60b04fe 100644 --- a/lib/helpers.php +++ b/lib/helpers.php @@ -197,7 +197,7 @@ function build_static_map_url($latitude, $longitude, $height, $width, $zoom) { } function static_map_service($query) { - return 'http://static-maps.pdx.esri.com/img.php?' . $query; + return 'https://atlas.p3k.io/map/img?' . $query; } function relative_time($date) {