jeyoder / StuffInSpace

A real-time interactive WebGL visualisation of objects in Earth orbit
http://stuffin.space
815 stars 152 forks source link

Search for large satellite constellations #33

Open rogvaivhorse opened 4 years ago

rogvaivhorse commented 4 years ago

When searching for example: "starlink", it doesn't display all satellites named "starlink". The only workaround found was to search by the International Designator, which will show all the satellites from a given launch. Yet, for displaying the entire constellation, I haven't found a workaround.

Does the group box have a maximum number of entries it will display?

thkruz commented 3 years ago

https://github.com/jeyoder/StuffInSpace/blob/4f56a325a055c85ec8cda5a38e2cbd6cec239c37/web-root/scripts/search-box.js#L3

200 max satellites. You can change this. 5 years ago I think most low end graphics would struggle to update the orbit buffers on so many objects. Its probably less of a concern now.