Home
last modified time | relevance | path

Searched refs:fetchTile (Results 1 – 1 of 1) sorted by relevance

/plugin/openlayersmap/
H A DStaticMap.php380 $tileData = $this->fetchTile($url);
412 public function fetchTile(string $url)
425 Logger::debug("StaticMap::fetchTile: getting: $url using curl_exec");
442 "StaticMap::fetchTile: getting: $url . $this->apikey using file_get_contents and options $opts"
483 public function fetchTile(string $url) { global() function in dokuwiki\\plugin\\openlayersmap\\StaticMap