Hi Guys,
Need a bit of help.
Upgraded from v2.0.2 to v2.4 and had issues with portal but with Joes help this now works except live “dump1090 map” tab.
In the options ./install.sh I selected to build dump1090 muatbility again as per joes advice all seemd to go okay but when I try to access the map tab.
Spinning wheel with no map displayed, all other portal functions work ok.
Obtained google api key and inserted into the line below and editied the gmap.html file using nano
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key=YOURKEYHERE&libraries=geometry"></script>
I did this in location
/home/pi/dump1090/public_html
using this guide
ads-b-flight-tracking-f21/dump1090-google-maps-not-displaying-publicly-t37546.html
This Did not work.
After some searching I found another location of gmap.html
inserted the line containing the api key into that location also
/usr/share/dump1090-mutability/html
Still does not work and spinning wheel shows when I try to view map.
Trying the java console to diagnose using ctrl,shift j :
Uncaught ReferenceError: ExtraMapTypes is not defined script.js :347
for (var type in Extramaptypes)}
Station is processing signals, feeder services and graphs fine just map not working.
Any ideas guys ?
