Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9364558e
Commit
9364558e
authored
Oct 27, 2014
by
Lorenz Meier
Browse files
Fix max zoom level to avoid black screen
parent
17b51ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/opmapcontrol/src/internals/core.cpp
View file @
9364558e
...
...
@@ -375,7 +375,7 @@ namespace internals {
{
SetProjection
(
new
MercatorProjection
());
}
maxzoom
=
2
1
;
maxzoom
=
2
0
;
}
break
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment