Skip to content

Commit

Permalink
coords
Browse files Browse the repository at this point in the history
  • Loading branch information
schpill committed Jun 14, 2017
1 parent 2c4ac34 commit 555c609
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -6365,6 +6365,11 @@ function infoClass($classname)
]);
}

function addressToCoords($address)
{
return lib('geo')->getCoordsMap($address);
}

class OctoLab
{
public static function __callStatic($m, $a)
Expand Down

0 comments on commit 555c609

Please sign in to comment.