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
cb9774ec
Commit
cb9774ec
authored
Feb 13, 2011
by
lm
Browse files
Fixed bug where Yahoo maps did not show waypoints
parent
50f933d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MapWidget.cc
View file @
cb9774ec
...
...
@@ -339,9 +339,11 @@ void MapWidget::mapproviderSelected(QAction* action)
mapadapter
=
new
qmapcontrol
::
YahooMapAdapter
(
"us.maps3.yimg.com"
,
"/aerial.maps.yimg.com/png?v=1.7&t=a&s=256&x=%2&y=%3&z=%1"
);
l
->
setMapAdapter
(
mapadapter
);
geomLayer
->
setMapAdapter
(
mapadapter
);
if
(
isVisible
())
mc
->
updateRequestNew
();
mc
->
setZoom
(
zoom
);
overlay
->
setVisible
(
false
);
// yahooActionOverlay->setEnabled(true);
}
else
if
(
action
==
googleActionMap
)
...
...
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