mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Fix Google Map navigation
Hack to workaround QT webkit pretending to have gestures when it doesn't is no longer needed. It also now breaks the grab and navigation in the google map. Fixes #349.
This commit is contained in:
@@ -122,7 +122,7 @@ void GoogleMapControl::createHtml()
|
||||
"<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n"
|
||||
"<title>Golden Cheetah Map</title>\n"
|
||||
"<link href=\"http://code.google.com/apis/maps/documentation/javascript/examples/default.css\" rel=\"stylesheet\" type=\"text/css\" /> \n"
|
||||
"<script type=\"text/javascript\" src=\"http://maps.googleapis.com/maps/api/js?sensor=false\"></script> \n");
|
||||
"<script type=\"text/javascript\" src=\"http://maps.googleapis.com/maps/api/js?key=AIzaSyASrk4JoJOzESQguDwjk8aq9nQXsrUUskM&sensor=false\"></script> \n");
|
||||
|
||||
// local functions
|
||||
currentPage += QString("<script type=\"text/javascript\">\n"
|
||||
|
||||
Reference in New Issue
Block a user