Browse Source

use atlas for maps

pull/10/head
Aaron Parecki 8 years ago
parent
commit
efd70899b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/helpers.php

+ 1
- 1
lib/helpers.php View File

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

Loading…
Cancel
Save