I have the following code to create a Bonne projection of the Earth: GeoGraphics[ { {FaceForm[Red], EdgeForm[White], CountryData[“Countries”, “SchematicPolygon”]}, }, GeoRange -> “World”, GeoProjection -> {“Bonne”, {“Centering” -> {0, 0}, “ReferenceModel” -> 1, “StandardParallels” -> {85}}}, GeoGridLines -> Automatic, GeoGridLinesStyle -> Directive[Thin, Red], GeoBackground -> None ] I like the image this creates, except forRead more