Horde_Service_Weather_Base::getTileServerUrl PHP Method

getTileServerUrl() public method

Return the URL a OpenLayers suitable tile server.
public getTileServerUrl ( string $location, string $type = null ) : string | boolean
$location string The location.
$type string The optional layer type.
return string | boolean The Url, or false if not available.
    public function getTileServerUrl($location, $type = null)
    {
        return false;
    }