Skip to content
Snippets Groups Projects
Commit cb9774ec authored by lm's avatar lm
Browse files

Fixed bug where Yahoo maps did not show waypoints

parent 50f933d3
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment