Geo Hemispheres
Use different geo stylings in different halves of the Earth.
In[1]:=
loc = GeoPosition[{60, 50}];
antipode = GeoPosition[{-60, -130}];
In[2]:=
GeoGraphics[{
GeoStyling["StreetMap"], GeoHemisphere[loc],
GeoStyling["Satellite"], GeoHemisphere[antipode],
Red, GeoHemisphereBoundary[loc],
GeoMarker[{loc, antipode}]
}]
Out[2]=