Replies: 1 comment
-
Solving by modifying the index.html of the passes folder. The problem was in the satvis iframe, the correct line would be <iframe name="satvis" src="https://satvis.space/?elements=Point,Label,Orbit%20track,Sensor%20Cone&layers=OfflineHighres&gs={{ constant('Config\\Config::BASE_STATION_LAT') }},{{ constant('Config\\Config::BASE_STATION_LON') }}&tags=Weather"></iframe> If we inspect the source code of our page it should now look like this: <iframe name="satvis" src="https://satvis.space/?elements=Point,Label,Orbit%20track,Sensor%20Cone&layers=OfflineHighres&gs=40.324915,-3.869044&tags=Weather"></iframe> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed that both compiling from github and downloading the latest NOAA V2 image, including the German one, when you view the server the globe appears empty, if we click on the top left and set the terrain to none the globe appears with content, but these changes They are not saved when reloading the page, this works in the image prior to December 2022. The same thing happens to you? Does anyone have a solution? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions