1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/ground/openpilotgcs
Kevin Finisterre 38f0a609da Fix Google Map tiles, https://maps.google.com/maps?output=classic is now depreciated. Legacy view temporarily available via https://www.google.com/lochp
Need to update to Google Maps v3 soon. New URL will be https://www.google.com/maps/@0,-0,7z?dg=dbrw&newdg=1 (tile retrieval is completely different)
Fix location search. Updated to v3 Google GeoCoder. CSV is no longer an option for output. Updated to XML parsed output. (needs a more robust parser!)
New Geocode search urls are as follows:
https://maps.googleapis.com/maps/api/geocode/xml?sensor=false&address=california
https://maps.googleapis.com/maps/api/geocode/xml?latlng=0.000000,-0.000000
Need to fix response after SetCurrentPositionByKeywords() all responses shade the box Green currently.
2015-05-10 15:59:08 -04:00
..
share Updated cloud configs 2015-03-11 13:55:02 +11:00
src Fix Google Map tiles, https://maps.google.com/maps?output=classic is now depreciated. Legacy view temporarily available via https://www.google.com/lochp 2015-05-10 15:59:08 -04:00
copydata.pro OP-1656 upgraded to Qt 5.4.0 (linux) - code compiles - GCS not tested... 2015-01-02 22:22:31 +01:00
openpilotgcs.pri OP-1741 Path wrong in version_info.pro: set it to ROOT_DIR 2015-02-23 14:15:52 +13:00
openpilotgcs.pro OP-1656 upgrade qt 5.4: make 5.2 the minimum compatible version 2015-01-06 22:28:43 +13:00