Commit cb9774ec authored by lm's avatar lm

Fixed bug where Yahoo maps did not show waypoints

parent 50f933d3
...@@ -339,9 +339,11 @@ void MapWidget::mapproviderSelected(QAction* action) ...@@ -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"); 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); l->setMapAdapter(mapadapter);
geomLayer->setMapAdapter(mapadapter);
if (isVisible()) mc->updateRequestNew(); if (isVisible()) mc->updateRequestNew();
mc->setZoom(zoom); mc->setZoom(zoom);
overlay->setVisible(false);
// yahooActionOverlay->setEnabled(true); // yahooActionOverlay->setEnabled(true);
} }
else if (action == googleActionMap) else if (action == googleActionMap)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment