No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
3 additions and
0 deletions
-
p3k/geo/StaticMap.php
|
@ -190,6 +190,9 @@ function generate($params, $filename, $assetPath) { |
|
|
$zoom = k($params,'maxzoom'); |
|
|
$zoom = k($params,'maxzoom'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$minZoom = 2; |
|
|
|
|
|
if($zoom < $minZoom) |
|
|
|
|
|
$zoom = $minZoom; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$tileServices = array( |
|
|
$tileServices = array( |
|
|