Wolfram Language

Enhanced Geo Visualization

Geo Hemispheres

Use different geo stylings in different halves of the Earth.

In[1]:=
Click for copyable input
loc = GeoPosition[{60, 50}]; antipode = GeoPosition[{-60, -130}];
In[2]:=
Click for copyable input
GeoGraphics[{ GeoStyling["StreetMap"], GeoHemisphere[loc], GeoStyling["Satellite"], GeoHemisphere[antipode], Red, GeoHemisphereBoundary[loc], GeoMarker[{loc, antipode}] }]
Out[2]=

Related Examples

de es fr ja ko pt-br ru zh