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) {