Home
last modified time | relevance | path

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

/dports/net-mgmt/phpweathermap/weathermap/
H A DWeathermap.class.php3373 function DrawMap($filename = '', $thumbnailfile = '', $thumbnailmax = 250, $withnodes = TRUE, $use_… argument
3656 if ($this->width > $this->height) { $factor=($thumbnailmax / $this->width); }
3657 else { $factor=($thumbnailmax / $this->height); }