I'm working on a little hobby project for a game, it has some information about locations that are non earth coordinates with extents of 99999999999999999 to -99999999999999999 might even be larger.
I have a few questions regarding such large coordinates.
Can openlayers handle such large coordinates
Would it be best to scale it down to fit lat lon coords to mimic earth coords
what would the maximum decimals be for lat long accuracy in openlayers if I cannot use the full non earth coordinates?