Flowm / satvis

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

Encode layers & elements in URL #49

Open v4lli opened 3 years ago

v4lli commented 3 years ago

I'd like to "deep-link" to certain satellites from an EO web application. For that, it would be cool if the layers and satellite elements would be encodeable into the URL. Especially relevant would be the "Ground Track" and/or "Sensor Cone" options, as well as the "Inertial" camera setting.

Right now, only the satellite name is apparently encoded into the URL (https://satvis.space/?sat=TERRA).

v4lli commented 3 years ago

Would probably be solved by #7 as well.