bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
438 stars 126 forks source link

Google Maps API error #90

Closed erichahn closed 7 years ago

erichahn commented 7 years ago

When running modes_gui, starting the application, and viewing the maps window the following error occurred:

http://maps.google.com/maps/api/js?key=None line 34: Google Maps API error: InvalidKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error http://maps.google.com/maps-api-v3/api/js/26/1/util.js line 207: Google Maps API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key

The app shows no key located inside the api field. Is this something we, as a user, need to setup ourselves? Map view works, but api errors are shown.