This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Atlas
mirror of
https://github.com/aaronpk/Atlas.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
set minzoom=2 to avoid missing tiles
main
Aaron Parecki
7 years ago
parent
772b5207be
commit
8d11733a7b
No known key found for this signature in database
GPG Key ID:
276C2817346D6056
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
p3k/geo/StaticMap.php
+ 3
- 0
p3k/geo/StaticMap.php
View File
@ -190,6 +190,9 @@ function generate($params, $filename, $assetPath) {
$zoom
=
k
(
$params
,
'maxzoom'
);
}
$minZoom
=
2
;
if
(
$zoom
<
$minZoom
)
$zoom
=
$minZoom
;
$tileServices
=
array
(
Write
Preview
Loading…
Cancel
Save