Horde_Service_Weather_Base::getTileServerUrl PHP 메소드

getTileServerUrl() 공개 메소드

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.
리턴 string | boolean The Url, or false if not available.
    public function getTileServerUrl($location, $type = null)
    {
        return false;
    }