I added the != check and that fixed it. I’m not sure when !== is even required.
The problem was that the altitude can have the value “ground” and if you use that in the following calculations the javascript hangs itself somehow. (Interestingly without producing an error)
5000 != “ground” will be true so that it uses the 5000 as altitude.
Anyway to make sure it is a number it is probably best to just use <80000 or something like that.
That will be false for any string.
Odd. I made the changes to index.html and still cant see any aircraft.
Looks like you got my feed working into your index.html working, so that’s a good start.
I am not sure what is left to test, but I will keep trying, I have been at it for 2 days… not going to give up yet!
Heh, you beat my post by about 30 seconds, I reloaded the site from the new .zip made the usual IP address changes and its all working for me now.
Chrome works better than Firefox.
One and all, thanks so much for sticking with me and getting me up and running. Being able to visualize aircraft in 3D has long been a goal of my systems.
Thanks so much.
Yes, I just tested it myself and can confirm its working as expected.
It is as we both suspected, more of a load, you must have a pretty sweet computer to load it up so well.
The stronger colors are better. It was one of the things that I was wishing yesterday when I spent some time on the 3D map. The lower map is pretty sweet with the green to orange.
Nice work.