koansys / isat

Satellite Orbit Tracker: implement most-current SGP models and algorithms in JavaScript, then use to visualize hundreds of satellites with any browser
BSD 3-Clause "New" or "Revised" License
96 stars 38 forks source link

Ability to promote satellites with additional links and texts #147

Open shentonfreude opened 10 years ago

shentonfreude commented 10 years ago

Jim wants to be able to have a way for a CMS-type-editor to create links with titles to additional resources.

For example, for ISS, we'd have named links to external sites.

We could implement with (say) a CSV or JSON file keyed by satellite TLE ID, with text and URL. The app would read this file at start and when a satellite is selected, check this file for the ID key, and render the additional links in the Details pane.