sdr-enthusiasts / docker-piaware

Multi-arch PiAware docker container including support for bladeRF, RTLSDR, SoapySDR. Includes dump1090 & dump978 (amd64, arm/v6, arm/v7, arm64v8)
MIT License
153 stars 30 forks source link

Site Location / Range rings missing in 8.2 #142

Open speedst3r opened 1 year ago

speedst3r commented 1 year ago

I am using the piaware v8.2 amd64 container and have noticed my site location and range rings are not displaying. I have unset the LAT/LONG environment variables to no effect. My understanding is with 8.2 it is meant to get the site information from piaware itself, and it looks like it is.

https://pastebin.com/DcwjiCr6

If I set the LAT/LONG env vars and downgrade to 8.1 this works successfully. Is there some additional work required for this container to get location/range rings on 8.2?

speedst3r commented 1 year ago

Rings visible in 8.1 20230412_104201

Rings missing in 8.2 20230412_104137

speedst3r commented 1 year ago

Tested with truecharts/piaware:v8.2.0 container (that still accepts LAT/LONG env vars) and station/rings are visible.

https://pastebin.com/PauBSj4n

speedst3r commented 1 year ago

I built this container locally after reverting f7e57dd (and supplying LAT/LONG environment vars); the station location and rings returned.

seichold commented 1 year ago

Also impacts me. Also breaks UAT range estimations when using ultrafeeder (stats graph for UAT range is just blank). While this works for feeding flight aware (mlat etc works), it breaks other things locally. Please allow these again at least as a optional env.

Tagliax commented 8 months ago

Same problem here, on version 9.0 I fixed this problem editing config.js in /usr/share/skyaware/html. More precisely I set the parameter SiteShow to "true". For the localization to be correct, also change the location coordinates. Important: clear web cache. image

speedst3r commented 1 month ago

This seems to have been ignored... reported 16 months ago and no movement.

@mikenye any chance this could get looked at?