dump1090 3D Viewer

The version that runs on your server would be enough.

待つことはできません。 :slight_smile:
We can not wait. :slight_smile:

New version dump1090-fa 3.6.2 no function 3d.

2 Likes

maybe because /usr/share/dump1090-fa/html was re-written ? in this case you must add the /3d folder with all files there.

then use this command your IP/dump1090-fa/3d
also this was for - jessie - in my strecth rpi does not work

Hello,
I did a complete reinstall and nothing. I see the map, but I can not see the airport or the aircraft.

1 Like

I just got it working with 3.6.2

in usr/share/dump1090-fa/html/3d/js/script.js

I changed all : this.altitude to this.nav_altitude

You probably want alt_baro not nav_altitude

Thanks obj, i will give it a try,

Much better :smile:

in usr/share/dump1090-fa/html/3d/js/script.js

I changed all : this.altitude to alt_baro

Tweaking some colours

hi
are you on stretch and FA SD image ?
can’t make mine work. followed instructions from obj post above.

grab the java-code from SimpleRadar24
and after some tinkering

hi bramjacobse

great job.
could you share the code, but most important the steps for stretch (SD image or not) installation ? is nginx required ?

thanks
evangel

ED1: a. works ok in jessie and dump1090-mutability. - no nginx needed
b. in FA SD image - stretch I only get the map
followed obj instr. above and this is what I get.

root@piaware:/home/pi# wget -O - localhost/run/dump1090-fa/aircraft.json
--2018-08-03 19:21:54--  http://localhost/run/dump1090-fa/aircraft.json
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-08-03 19:21:54 ERROR 404: Not Found.

same for /var/run/...
but the file exist in these folders.

anybody can help with this ?

Hello,
thanks for your help and I also advocate publishing the code.

So where exactly can we grab the Java code?
Good job :slight_smile:

visit the site and had a look with the java console from the web browser.
Still tinkering the script , it uses also data from the plane-finder-client.

@evangelyul

Grab this zip from my site
http://emiel1234.ddns.net/3d/3d/

sudo mkdir /usr/share/dump1090-fa/html/3d

Extract the content of the zip in
/usr/share/dump1090-fa/html/3d

Go to and edit
/usr/share/dump1090-fa/html/3d/js/script.js
Fill in you’re bing map API key (get it free on Bing maps) and coordinates
(notice that the longitude and latitude are switched around)

Then you should be able to reach it by just going to you’re skyview page and add/3d after that url
This is working with the flightaware image 3.6.2
That’s all should work like this:
http://emiel1234.ddns.net:8080/3d

I have yet to try the colors :slight_smile:

thanks
you mean grab with wget ? and the zip file name is 3d.zip ?

http says

This site can’t be reached
emiel1234.ddns.net took too long to respond.

Yes wait I crashed it LOL, it’s a open dir, but wget shoul’d work.

Will give it a reboot

Edit: shoul’d work now
http://emiel1234.ddns.net/3d/3d/3d.zip

Notice when filling in coordinates the latitude and longitude are switched around

thanks !
have already done it, but still … in script.js url points to '../data/aircraft.json' which I cant find…

but in jessie + dump1090-mutability works !

to get th 'FLnnn" in script.js replaced line
text: this.country, with
text: "FL" + parseInt(this.altitude / 100),