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
443 stars 126 forks source link

Map interface no longer works #83

Closed devnulling closed 8 years ago

devnulling commented 8 years ago

The Google Map display appears to no longer work.

Getting this error in the console:

file:///tmp/mode_s.html line 120: ReferenceError: Can't find variable: MarkerWithLabel

Google Maps appears to require an API key now, and this script 404's when it's trying to be loaded - http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/markerwithlabel.js

devnulling commented 8 years ago

I've submitted PR #84 that fixes this issue.

bistromath commented 8 years ago

A pull request! Thanks!

sbmueller commented 8 years ago

The map interface does not work for me as well. Error is: http://maps.google.com/maps/api/js?key=None line 32: Google Maps API error: InvalidKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error

devnulling commented 8 years ago

@sbmueller You need to register for a Javascript Browser API key with Google Maps API @ https://developers.google.com/maps/documentation/javascript/ and put it into the API key field.