Flowm / satvis

Satellite orbit visualization and pass prediction with Cesium.js
https://satvis.space
MIT License
297 stars 103 forks source link

Strange problem Globe is gone in Raspi NOAA V2 #67

Closed edegraaff closed 10 months ago

edegraaff commented 1 year ago

Hi, seems the globe is gone in Raspi Noaa the last version. I see the satelites and tracks and everything but i am not able to get the blue planet visible. No clue what could be the case. Do i miss required comonents or does the pi debian update broke some elements?

image

Does someone has suggestions how to debug?

noahwilde commented 1 year ago

Looks like an issue with an API token thats expired/disabled. Console output: image Following the link in the error message: image

See this line: url: "https://api.maptiler.com/tiles/terrain-quantized-mesh/?key=8urAyLJIrn6TeDtH0Ubh",

LloydOS commented 1 year ago

What and where is the file to add the new key on the Raspberry Pi NOAA image? TIA

Flowm commented 10 months ago

Hey there, sry for the long delay I've been busy with other projects for the past half year and only just now finding time to catch up.

Were you able to resolve the issue? The API key should only be required to show the terrain data which at least in the current version is not enabled by default. The API key is restricted to the https://satvis.space domain, so you would have to create your own (free) account on maptiler and enter the API key there.