Project the longitude for this Crs
static double projectLng(double longitude) { return r * math.pi / 180 * longitude; }