I've been struggling to figure out the correct GeoGraphics options to get the desired results. Here's what I have so far and the results that I'm getting:
g = Show[ Graphics[{}, ImageSize -> {Automatic, 1000}], GeoGraphics[GeoRange -> "World", GeoCenter -> {60, 0}, GeoProjection -> "Orthographic", GeoGridLines -> Quantity[20, "AngularDegrees"], GeoGridLinesStyle -> {AbsoluteThickness[1], AbsoluteThickness[1]}, GeoBackground -> {"CountryBorders", "Land" -> LightGray, "Ocean" -> White, "Border" -> Black} ], GeoGraphics[{GeoStyling[Opacity[0.1]], EdgeForm[{Black, AbsoluteThickness[7]}], DayHemisphere[{2020, 01, 01, 15}]}] ]; Magnify[g, 0.5] And here's the result:
Rather than being the expected hemisphere, it's a wacky shape.


GeoProjection -> {"Orthographic", "Centering" ->GeoPosition[{60, 0}]}. $\endgroup$