From 1d8df6198ac0670dfee09d2092cb4a1561e7dcd0 Mon Sep 17 00:00:00 2001 From: Dan Streeter Date: Thu, 27 Dec 2018 19:42:56 +0000 Subject: [PATCH] Fixes antirez/dump1090#136 - Addition of key field for Google Maps javscript include, and instructions on how to obtain within Readme. --- README.md | 5 +++++ public_html/gmap.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fdd396ed..e2090d98c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ with your browser to http://localhost:8080 to see live traffic: ./dump1090 --interactive --net +_Google Maps v3 requires an API key which can be created at +[https://developers.google.com/maps/documentation/javascript/get-api-key](https://developers.google.com/maps/documentation/javascript/get-api-key), +once obtained, this needs adding into the `gmap.html` file in the +`INSERT_YOUR_API_KEY_HERE` placeholder (line 8)._ + In iteractive mode it is possible to have a less information dense but more "arcade style" output, where the screen is refreshed every second displaying all the recently seen aircrafts with some additional information such as diff --git a/public_html/gmap.html b/public_html/gmap.html index 9ab2dc28d..882c17e39 100644 --- a/public_html/gmap.html +++ b/public_html/gmap.html @@ -5,7 +5,7 @@ - +