Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web interface needs an update #136

Closed
felixtremblay opened this issue Jul 16, 2018 · 6 comments
Closed

Web interface needs an update #136

felixtremblay opened this issue Jul 16, 2018 · 6 comments

Comments

@felixtremblay
Copy link

Google maps seems to have changed some things with its api. When I load the page, I am greeted with a popup saying : "this page can't load google maps correctly". After dismissing the alert, the map shown is really dark and has a bunch of "for development only" watermarks.

@HarryMJensen
Copy link

Current map source in the gmap.html is:
"https://maps.googleapis.com/maps/api/js?sensor=true"

..I just added "&v=3" so the map source now looks like this:

"https://maps.googleapis.com/maps/api/js?sensor=true&v=3"

..seems to be working for me, but not sure why...I found some information here:
https://stackoverflow.com/questions/34321883/issue-on-loading-google-map-sensornotrequired#34322951

..snd just decided to try with adding the "&v=3"

@jay-to-the-dee
Copy link

jay-to-the-dee commented Sep 6, 2018

Can confirm this issue. Unfortunately @HarryMJensen's solution didn't work for me :(

@jay-to-the-dee
Copy link

It appears their needs to be an API key for this to work now. Worth mentioning how to do this in the README doc?

@HNJAMeindersma
Copy link

About a year ago Google did some things to their Maps API. Other branches of dump1090 and I believe even this one has moves to the OpenStreetMaps API since then.

danstreeter added a commit to danstreeter/dump1090 that referenced this issue Dec 27, 2018
…nclude, and instructions on how to obtain within Readme.
@danstreeter
Copy link

As above, I've requested a PR that fixes this issue - I've done it in a forked repo which my codebase derives from which is also further ahead of this one: although the changes made are very small and are easily transferable as required.

@antirez
Copy link
Owner

antirez commented Feb 3, 2020

Hi, I ported the code to open street map. Closing.

@antirez antirez closed this as completed Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants