Tmktahu / atlas

Repo for Atlas, an interactive 3D map for the game Starbase.
GNU General Public License v3.0
10 stars 1 forks source link

Add an ISAN Settings Preset #58

Open Tmktahu opened 2 years ago

Tmktahu commented 2 years ago

I want to look into adding a system-wide ISAN display mode for the map. This would be the first system-wide setting available. The idea is that all coordinate displays, whether it be on hover or in widgets, would be automatically converted and displayed as ISAN coordinates.

This is tricky. I would need a coordinate display model that all coordinates are filtered through before being displayed. I would then need a location for a global settings option + the logic to save that setting for the web version.

I might be able to use useCoordinates for this, but then that file may become too bloated. Unsure.

Tmktahu commented 2 years ago

With the creation of #93, this story shifts away from making an ISAN specific mode to an ISAN specific settings preset. I will also want to make axis label preset for IPS. I've updated the story accordingly.