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.
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.
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.