This now uses an f64 transformation matrix (instead of f32) to transform points on the sphere to screen coordinates. Conversion to f32 vertex positions happens as a last step before uploading to a GPU buffer.
A simple map viewer.