There are many ways to map the surface of the Earth to a literal map one can see on a screen. The projections have pros and cons. It is well known that the Mercator projection distorts areas. But there are equal area projections that preserve areas at the expense of angles.
In linear algebra, we have the concept of a linear map. It satisfies: $$f(v+u) = f(v)+f(u)$$ $$f(c.v) = c. f(v)$$
My question - is it possible to project the surface of a 2-d sphere to a plane in a way that it is a linear map? And is that also possible for hyperbolic surfaces?
A sphere $\mathcal S^2$ is not a vector space so it does not make sense to speak of a linear map
$$ f : \mathcal S^2 \to \mathbb R^2.$$ Hence it is not possible to find such a linear map.