Browse Source

Merge branch 'master' of github.com:aaronpk/Teacup

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

+ 1
- 1
lib/helpers.php View File

@ -200,7 +200,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