GeoGraphics
✖
GeoGraphics
Details and Options




- GeoGraphics constructs maps of regions of the world or other celestial bodies.
- GeoGraphics takes a set of geo graphics primitives, does a projection and returns a graphical image.
- GeoGraphics uses the same primitives as Graphics, with the following additions:
-
GeoBoundsRegion[ranges] latitude-longitude rectangle GeoBoundsRegionBoundary[ranges] boundary of a latitude-longitude rectangle GeoCircle[pt,r] cartographic circle supporting geo entities GeoDisk[pt,r] cartographic disk area supporting geo entities GeoHemisphere[pt] hemisphere centered at position pt GeoHemisphereBoundary[pt] boundary of a hemisphere, i.e. a great circle or ellipse GeoMarker[pts] pushpin supporting geo entities GeoPath[pts] cartographic path supporting geo entities GeoPolygon[pts] cartographic polygon supporting geo entities GeoVisibleRegion[pt] visible area from an elevated point GeoVisibleRegionBoundary[pt] horizon from an elevated point DayHemisphere[date] half of Earth illuminated by the Sun at a given time NightHemisphere[date] half of Earth not illuminated by the Sun at a given time DayNightTerminator[date] closed path separating the day and night hemispheres - GeoGraphics uses the same directives as Graphics, with the following addition:
-
GeoStyling[mapstyle] display faces of filled geo objects using mapstyle - GeoGraphics has the same options as Graphics, with the following additions and changes: [List of all options]
-
GeoBackground Automatic style specifications for the background GeoCenter Automatic center coordinates to use GeoGridLines None geographic grid lines to draw GeoGridLinesStyle Automatic style specifications for geographic grid lines GeoGridRange All projected coordinate range to include GeoGridRangePadding Automatic how much to pad the projected range GeoModel Automatic model of the Earth (or other body) to use GeoProjection Automatic projection to use GeoRange Automatic geographic area range to include GeoRangePadding Automatic how much to pad the geographic range GeoResolution Automatic average distance between background pixels GeoScaleBar None scale bar to display GeoServer Automatic specification of a tile server GeoZoomLevel Automatic zoom to use for geographic background MetaInformation {} meta-information about the map RasterSize Automatic raster dimensions for the background data - GeoStyling["Streetmap"] or GeoStyling["StreetmapNoLabels"] is used as the default styling for GeoBackground, depending on the projection.
- Experimental geo backgrounds based on vector data can be obtained with GeoBackgroundvectorbg, where possible vectorbg values include "VectorClassic", "VectorMarketing", "VectorVintage", or "VectorBusiness".
- GeoGraphics[] gives a map of the world centered at the longitude of the current geo location with default geo styling.
- AbsoluteOptions can be used to give explicit values for geo graphics settings.
- GeoGraphics is displayed in StandardForm as a graphical image.
- Using GeoGraphics requires internet connectivity.
- Clicking on a geo graphic and selecting the Get Coordinates tool from the Graphics ▶ Drawing Tools allows coordinate information to be interactively read off.
-
AlignmentPoint Center the default point in the graphic to align with AspectRatio Automatic ratio of height to width Axes False whether to draw axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} style specifications for the axes Background None background color for the plot BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic ContentSelectable Automatic whether to allow contents to be selected CoordinatesToolOptions Automatic detailed behavior of the coordinates tool Epilog {} primitives rendered after the main plot FormatType TraditionalForm the default format type for text Frame False whether to put a frame around the plot FrameLabel None frame labels FrameStyle {} style specifications for the frame FrameTicks Automatic frame ticks FrameTicksStyle {} style specifications for frame ticks GeoBackground Automatic style specifications for the background GeoCenter Automatic center coordinates to use GeoGridLines None geographic grid lines to draw GeoGridLinesStyle Automatic style specifications for geographic grid lines GeoGridRange All projected coordinate range to include GeoGridRangePadding Automatic how much to pad the projected range GeoModel Automatic model of the Earth (or other body) to use GeoProjection Automatic projection to use GeoRange Automatic geographic area range to include GeoRangePadding Automatic how much to pad the geographic range GeoResolution Automatic average distance between background pixels GeoScaleBar None scale bar to display GeoServer Automatic specification of a tile server GeoZoomLevel Automatic zoom to use for geographic background GridLines None grid lines to draw GridLinesStyle {} style specifications for grid lines ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels etc. ImageSize Automatic the absolute size at which to render the graphic LabelStyle {} style specifications for labels MetaInformation {} meta-information about the map Method Automatic details of graphics methods to use PlotLabel None an overall label for the plot PlotRange All range of values to include PlotRangeClipping False whether to clip at the plot range PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic the final display region to be filled PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} primitives rendered before the main plot RasterSize Automatic raster dimensions for the background data RotateLabel True whether to rotate y labels on the frame Ticks Automatic axes ticks TicksStyle {} style specifications for axes ticks

List of all options




Examples
open allclose allBasic Examples (7)Summary of the most common use cases
Show a map of the world centered at your location:

https://wolfram.com/xid/0tz1mkz2-ti2umo

Display a street map centered on your current location:

https://wolfram.com/xid/0tz1mkz2-ux1fs9


https://wolfram.com/xid/0tz1mkz2-bm55f3

Style a geo polygon with graphics directives:

https://wolfram.com/xid/0tz1mkz2-dsyalx

Display a map of France and areas around it:

https://wolfram.com/xid/0tz1mkz2-lwgwds


https://wolfram.com/xid/0tz1mkz2-yre9e

Plot the world in a Robinson projection:

https://wolfram.com/xid/0tz1mkz2-w8bs00

Connect two points on Earth with GeoPath:

https://wolfram.com/xid/0tz1mkz2-15f6vf

A map of the area around Olympus Mons on Mars:

https://wolfram.com/xid/0tz1mkz2-3fr01a

Scope (30)Survey of the scope of standard use cases
Primitives (19)

https://wolfram.com/xid/0tz1mkz2-cvgo9n

Plot the bounding rectangle of the US, with sides being parallels and meridians:

https://wolfram.com/xid/0tz1mkz2-emg8qa

Draw a straight line between two cities:

https://wolfram.com/xid/0tz1mkz2-zzbi8

Draw a red point at the position of Washington, DC:

https://wolfram.com/xid/0tz1mkz2-unfqrz

Show the location of London with a geo marker:

https://wolfram.com/xid/0tz1mkz2-4smi92

Plot a set of styled geo disks using different center specifications:

https://wolfram.com/xid/0tz1mkz2-scotjs

Plot a set of styled geo circles using different center specifications:

https://wolfram.com/xid/0tz1mkz2-gdhmbv

Color the part of the Earth currently in daylight:

https://wolfram.com/xid/0tz1mkz2-5qpdl

Color the part of the Earth currently in darkness:

https://wolfram.com/xid/0tz1mkz2-fso2bs

Display the current terminator separating daylight from darkness on the Earth:

https://wolfram.com/xid/0tz1mkz2-n3y4bd

Show the shortest path (geodesic) between New York and Hong Kong:

https://wolfram.com/xid/0tz1mkz2-uoqqi4

Plot a random path of 100 geodesic steps:

https://wolfram.com/xid/0tz1mkz2-pjisus

Draw an arrow between two cities:

https://wolfram.com/xid/0tz1mkz2-jkwu7l

Draw an arrow with multiple segments:

https://wolfram.com/xid/0tz1mkz2-qx46lo

The visible region from an altitude of 10 km:

https://wolfram.com/xid/0tz1mkz2-0pkeeu

The boundary of the visible region from an altitude of 10 km:

https://wolfram.com/xid/0tz1mkz2-1q33fn

Smooth country polygons using geo filled curves:

https://wolfram.com/xid/0tz1mkz2-nu897l
Show a map of smoothed South American nations:

https://wolfram.com/xid/0tz1mkz2-g8n40u

Plot the area around the Arctic Circle:

https://wolfram.com/xid/0tz1mkz2-28ve9a

Combine a number of geo graphics primitives in one map:

https://wolfram.com/xid/0tz1mkz2-9iz84p

GeoGraphics supports 2D and 3D graphics primitives:

https://wolfram.com/xid/0tz1mkz2-lzaf9w

Projections and Map Coordinates (8)
Large-scale maps use the equirectangular projection by default:

https://wolfram.com/xid/0tz1mkz2-odjj3g


https://wolfram.com/xid/0tz1mkz2-f46s6

Intermediate-scale maps use the Lambert azimuthal projection centered at the geo range of the map:

https://wolfram.com/xid/0tz1mkz2-oqunra


https://wolfram.com/xid/0tz1mkz2-p5r7bh

Small scales are represented by default using the Mercator projection, to preserve angles:

https://wolfram.com/xid/0tz1mkz2-sthp67


https://wolfram.com/xid/0tz1mkz2-gd9u0i

Choose a projection with default parameters from GeoProjectionData[]:

https://wolfram.com/xid/0tz1mkz2-n7xfa6


https://wolfram.com/xid/0tz1mkz2-76ryut

Specify the parameters of a cylindrical projection using the default center meridian at Greenwich:

https://wolfram.com/xid/0tz1mkz2-jquvhs

Choose any other meridian as the origin for projected longitudes:

https://wolfram.com/xid/0tz1mkz2-c6xp7

Center the map at that longitude:

https://wolfram.com/xid/0tz1mkz2-jju7x4

For cylindrical projections, easting represents longitude and is returned in degrees. Use radians instead:

https://wolfram.com/xid/0tz1mkz2-bnksvs

Use a scale in kilometers for equatorial distance. The same radius geo disks show distance distortion:

https://wolfram.com/xid/0tz1mkz2-bxt325

Specify the parameters of an azimuthal projection, mainly the tangency point of the projection plane:

https://wolfram.com/xid/0tz1mkz2-imfum9


https://wolfram.com/xid/0tz1mkz2-dl7h7p

Some azimuthal projections cannot cover the whole world in a single map; the Lambert azimuthal projection can:

https://wolfram.com/xid/0tz1mkz2-3u09yc

Specify the parameters of a conic projection by choosing a centering point:

https://wolfram.com/xid/0tz1mkz2-hmsoby


https://wolfram.com/xid/0tz1mkz2-3uq8s

Choose the standard parallels, which are true to scale, and draw them:

https://wolfram.com/xid/0tz1mkz2-jzkoui


https://wolfram.com/xid/0tz1mkz2-k9qk5i

Geo primitives are defined in terms of {lat,lon} positions on the Earth and they are projected:

https://wolfram.com/xid/0tz1mkz2-0qp7c8

Standard primitives are defined in terms of map coordinates and they are not projected:

https://wolfram.com/xid/0tz1mkz2-c1jbim

Standard primitives may be placed using GeoPosition[{lat,lon}], which is automatically projected:

https://wolfram.com/xid/0tz1mkz2-hwseil

A GeoPath (geodesic or loxodrome) is generically curved in the map:

https://wolfram.com/xid/0tz1mkz2-j0tdc1

The standard Line primitive is always a straight line in the map:

https://wolfram.com/xid/0tz1mkz2-vyddu6

Coordinates coincide (though reversed) only for the equirectangular projection; use GeoPosition otherwise:

https://wolfram.com/xid/0tz1mkz2-ywl3ey

A filled GeoPath has generically curved sides in the map:

https://wolfram.com/xid/0tz1mkz2-2qymih

https://wolfram.com/xid/0tz1mkz2-x2hnmo

The standard Polygon primitive always has straight sides:

https://wolfram.com/xid/0tz1mkz2-mfuon5


https://wolfram.com/xid/0tz1mkz2-6poyig

Coordinates (3)
Coordinate ranges for the map are determined by the total bounding box of all coordinates:

https://wolfram.com/xid/0tz1mkz2-dx5qdw

Coordinate specifications outside primitives contribute to the bounding box, but are not plotted:

https://wolfram.com/xid/0tz1mkz2-rn1z3p

Therefore this produces a map around a given geographical entity, with default geo range padding:

https://wolfram.com/xid/0tz1mkz2-cug8qh

Coordinates in Graphics primitives that are not wrapped in GeoPosition are considered to be already in final projection. They also count toward the total coordinates range:

https://wolfram.com/xid/0tz1mkz2-ilgqs3

Options (21)Common values & functionality for each option
GeoBackground (4)
Use the default background for map region and background:

https://wolfram.com/xid/0tz1mkz2-i0d3ik

Draw a relief map background for a map of the US:

https://wolfram.com/xid/0tz1mkz2-y3anla

Use a relief map background for world maps with various projections:

https://wolfram.com/xid/0tz1mkz2-cse2wu

Specify a uniform background for the geographic map:

https://wolfram.com/xid/0tz1mkz2-wubtjn

Specify uniform backgrounds for the map and graphic as a whole:

https://wolfram.com/xid/0tz1mkz2-sritaq

World map with country boundaries:

https://wolfram.com/xid/0tz1mkz2-zvvnk8

European country borders in 1900:

https://wolfram.com/xid/0tz1mkz2-3ev0c2


https://wolfram.com/xid/0tz1mkz2-yml94p


https://wolfram.com/xid/0tz1mkz2-3dqjul

GeoCenter (1)
Use GeoCenter to define the center for the map:

https://wolfram.com/xid/0tz1mkz2-81m6wu

The geo range is extended to have Munich at the center of the map:

https://wolfram.com/xid/0tz1mkz2-yimd3o

GeoGridLines (1)
Use GeoGridLines to overlay the map with lines of latitude and longitude:

https://wolfram.com/xid/0tz1mkz2-zv5z6a

Show geo grid lines (constant latitude and longitude) and grid lines (constant projected coordinates):

https://wolfram.com/xid/0tz1mkz2-fcaeqk

GeoGridLinesStyle (1)
Use GeoGridLinesStyle to change the styling for lines of latitude and longitude:

https://wolfram.com/xid/0tz1mkz2-xz6map

GeoGridRange (2)
Specify projected coordinate ranges in the coordinate system determined by the projection:

https://wolfram.com/xid/0tz1mkz2-075knu

A map of the Chicago area in zone 16 of the Universal Transverse Mercator coordinate system:

https://wolfram.com/xid/0tz1mkz2-2jt3ze


https://wolfram.com/xid/0tz1mkz2-vsy0sy

GeoGridRangePadding (1)
GeoModel (2)
Construct a geodesic path that leaves London with NE direction and goes around the Earth three times:

https://wolfram.com/xid/0tz1mkz2-v0h20c

Computations are performed by default on an ellipsoidal Earth, meaning geodesic paths do not close:

https://wolfram.com/xid/0tz1mkz2-m8sreh

Using a spherical model for the Earth results in closed geodesics:

https://wolfram.com/xid/0tz1mkz2-0nh0m9


https://wolfram.com/xid/0tz1mkz2-xs73bl

GeoProjection (1)
Use GeoProjection to choose the map projection:

https://wolfram.com/xid/0tz1mkz2-bpxhrc

GeoRange (1)
Use GeoRange to define the latitude and longitude coordinate ranges:

https://wolfram.com/xid/0tz1mkz2-5hoq1r


https://wolfram.com/xid/0tz1mkz2-hxc7pe


https://wolfram.com/xid/0tz1mkz2-dhwisq

GeoRangePadding (1)
Use GeoRangePadding to pad the coordinate range for the map:

https://wolfram.com/xid/0tz1mkz2-4krpy6

GeoResolution (1)
GeoScaleBar (1)

https://wolfram.com/xid/0tz1mkz2-tjxpkq

Display the geo scale in kilometers:

https://wolfram.com/xid/0tz1mkz2-fzeuem

https://wolfram.com/xid/0tz1mkz2-h6vuek
Show a geo scale in metric and imperial:

https://wolfram.com/xid/0tz1mkz2-w3z8ne

https://wolfram.com/xid/0tz1mkz2-2zn6q2
GeoServer (1)
By default, GeoGraphics downloads geo background tiles from the Wolfram geo server:

https://wolfram.com/xid/0tz1mkz2-raj4ta

Use an alternative tile server:

https://wolfram.com/xid/0tz1mkz2-irfkrl

GeoZoomLevel (2)
Display Canada at the default GeoZoomLevel:

https://wolfram.com/xid/0tz1mkz2-7jdzas


https://wolfram.com/xid/0tz1mkz2-9prtt4

Explicitly specify GeoZoomLevel to obtain a more detailed map rendering:

https://wolfram.com/xid/0tz1mkz2-knswwx

Display the area around the Eiffel Tower at different levels of magnification:

https://wolfram.com/xid/0tz1mkz2-naym

MetaInformation (1)
Meta-information about the map sources:

https://wolfram.com/xid/0tz1mkz2-0ma9pi


https://wolfram.com/xid/0tz1mkz2-uw5cpz

Add your own meta-information:

https://wolfram.com/xid/0tz1mkz2-9n6qr9


https://wolfram.com/xid/0tz1mkz2-5y750x

Applications (9)Sample problems that can be solved with this function
Make a map of the 50 states in the US with Alaska and Hawaii as insets:

https://wolfram.com/xid/0tz1mkz2-6fdg7a


https://wolfram.com/xid/0tz1mkz2-2ha1yp


https://wolfram.com/xid/0tz1mkz2-drraoc

Use polygons, geo circle, and other graphics primitives to build up a geographic map:

https://wolfram.com/xid/0tz1mkz2-6cals

Draw thick arrows between pairs of countries:

https://wolfram.com/xid/0tz1mkz2-5a21g6

https://wolfram.com/xid/0tz1mkz2-xcafz2

Show the configuration of continents on Earth 200 million years ago:

https://wolfram.com/xid/0tz1mkz2-gffrbw

Retrieve the epicenter locations of earthquakes in California:

https://wolfram.com/xid/0tz1mkz2-m1gkk4
Plot the epicenters on a map of California:

https://wolfram.com/xid/0tz1mkz2-ing8vf

Get the geographic bounds of California:

https://wolfram.com/xid/0tz1mkz2-ffca2
Make a smooth kernel distribution of the earthquake epicenters:

https://wolfram.com/xid/0tz1mkz2-uc7xxq

https://wolfram.com/xid/0tz1mkz2-tx99pn

Show the results on a map with the epicenters themselves shown as black dots:

https://wolfram.com/xid/0tz1mkz2-cmo9ci

Construct street maps of Monaco and Gibraltar:

https://wolfram.com/xid/0tz1mkz2-rts8kb

Transplant Monaco (centered at the Trump Building) and Gibraltar (centered at the Brooklyn Central Library) to New York by modifying the coordinates of the polygon:

https://wolfram.com/xid/0tz1mkz2-60bosx
Show the shifted Monaco and Gibraltar on top of the city limits of New York:

https://wolfram.com/xid/0tz1mkz2-1t8jb7

Define "Australian" transformation and geo disk centered on Australia:

https://wolfram.com/xid/0tz1mkz2-uqp5md

https://wolfram.com/xid/0tz1mkz2-k4ykqq
Plot Australia from the rest of the world's perspective:

https://wolfram.com/xid/0tz1mkz2-2eecyq

Plot the rest of the world from Australia's perspective:

https://wolfram.com/xid/0tz1mkz2-badgmn

Compare a historical map of Paris with a modern street map:

https://wolfram.com/xid/0tz1mkz2-3ukk17

Crop the elegant yet extraneous frame:

https://wolfram.com/xid/0tz1mkz2-usiiot

Pick three characteristic points on the two maps and identify them with approximate positions:

https://wolfram.com/xid/0tz1mkz2-wz5qdk
Plot the resulting points on the maps:

https://wolfram.com/xid/0tz1mkz2-gzoukr

Get a street map of Paris from today:

https://wolfram.com/xid/0tz1mkz2-ukqxqq

Find an affine transformation that maps the three points from each map into each other:

https://wolfram.com/xid/0tz1mkz2-vv8m18

https://wolfram.com/xid/0tz1mkz2-pvcoli

Color the modern street map in gray and the historical map in red:

https://wolfram.com/xid/0tz1mkz2-tw1zhs

Use the preceding affine transformation to show the two aligned maps over each other:

https://wolfram.com/xid/0tz1mkz2-w188qz

Smooth out and scale a country by computing a discrete Fourier transform of its boundary:

https://wolfram.com/xid/0tz1mkz2-s4xxdk

https://wolfram.com/xid/0tz1mkz2-fcm1kl
Superimpose scaled geo B-spline versions of the US border on a map:

https://wolfram.com/xid/0tz1mkz2-dwzgzo

Properties & Relations (7)Properties of the function, and connections to other functions
GeoGraphics returns a GeoGraphics expression, with a Graphics object in its first argument:

https://wolfram.com/xid/0tz1mkz2-iz3std


https://wolfram.com/xid/0tz1mkz2-x1v7v7

GeoImage returns an Image expression, the background image of the previous result:

https://wolfram.com/xid/0tz1mkz2-6aaece


https://wolfram.com/xid/0tz1mkz2-fum48f

GeoGraphics behaves like Graphics with standard primitives, but adds a geo background:

https://wolfram.com/xid/0tz1mkz2-1ld1c9

Coordinates are interpreted as {lon,lat} angles in the equirectangular projection:

https://wolfram.com/xid/0tz1mkz2-9gp92n


https://wolfram.com/xid/0tz1mkz2-v504a

Add GeoPosition wrappers to use {lat,lon} angles:

https://wolfram.com/xid/0tz1mkz2-w2ehh0

Coordinates inside geo primitives are always given in {lat,lon} angles:

https://wolfram.com/xid/0tz1mkz2-i8hjtb

Adding GeoPosition does not modify the result:

https://wolfram.com/xid/0tz1mkz2-wpdrzu

GeoRange determines the part of the Earth to plot, before projection:

https://wolfram.com/xid/0tz1mkz2-8dk93e

https://wolfram.com/xid/0tz1mkz2-l0lya2


https://wolfram.com/xid/0tz1mkz2-tqkzrn

PlotRange determines the part of the map to plot, after projection:

https://wolfram.com/xid/0tz1mkz2-wt3vau

Use GeoRangePadding to extend the geo range:

https://wolfram.com/xid/0tz1mkz2-xf6r9p

Use PlotRangePadding to extend the plot range:

https://wolfram.com/xid/0tz1mkz2-eaj85j

Use GeoRangePaddingFull to automatically extend the geo range to cover the initial plot range:

https://wolfram.com/xid/0tz1mkz2-m6fyph

Geographic Entity objects represent the corresponding region or position, but are not geo primitives:

https://wolfram.com/xid/0tz1mkz2-pxq6mg

Use Polygon or Point to draw the respective region or point, with default geo styling:

https://wolfram.com/xid/0tz1mkz2-kzfmj1

Modify the default geo styling:

https://wolfram.com/xid/0tz1mkz2-kmdb5a

The shapes of entities generically undergo distortion upon projection. Here are default (in this case "Mercator") and "Equirectangular" projections for Sweden:

https://wolfram.com/xid/0tz1mkz2-w403cs

https://wolfram.com/xid/0tz1mkz2-h427av


https://wolfram.com/xid/0tz1mkz2-x8gws6

Using GeoGridPosition and an explicit projection, you can project the country by hand:

https://wolfram.com/xid/0tz1mkz2-0rgmjk
The coordinates of the manually transformed polygon match the ones from the default projection:

https://wolfram.com/xid/0tz1mkz2-u0inj3

Using Line (or Arrow) inside a geo graphic gives a straight line whose points depend on the projection:

https://wolfram.com/xid/0tz1mkz2-hofxd2

To get a shortest line (geodesic), use GeoPath. Its points are independent of the projection:

https://wolfram.com/xid/0tz1mkz2-gwrvne

Possible Issues (1)Common pitfalls and unexpected behavior
Because entity classes are taken as a collection of polygons, showing a map of Europe includes internal national boundaries:

https://wolfram.com/xid/0tz1mkz2-3opapu

To eliminate internal boundaries, draw the polygons twice, first with boundaries and then without them:

https://wolfram.com/xid/0tz1mkz2-ysp8vm

Interactive Examples (1)Examples with interactive outputs
Neat Examples (7)Surprising or curious use cases
Drape the African nations in their national flags:

https://wolfram.com/xid/0tz1mkz2-8fx28u
Place flag images on countries and use the country names as tooltips:

https://wolfram.com/xid/0tz1mkz2-6044sk

Use flag images annotated with country names as tooltips:

https://wolfram.com/xid/0tz1mkz2-tgjr89

Show the age distribution in Germany:

https://wolfram.com/xid/0tz1mkz2-u7t9he

Obtain the same data for all European countries as computable data:

https://wolfram.com/xid/0tz1mkz2-85q4tx

https://wolfram.com/xid/0tz1mkz2-27ss27


https://wolfram.com/xid/0tz1mkz2-o3xis0
Show an age pie chart for Germany where tooltips indicate millions of people in each group:

https://wolfram.com/xid/0tz1mkz2-67koyu


https://wolfram.com/xid/0tz1mkz2-qqau7

Overlay a map of Europe with a pie chart showing age distribution for each country:

https://wolfram.com/xid/0tz1mkz2-vsc4w1

Find the graph of neighboring European countries:

https://wolfram.com/xid/0tz1mkz2-nlzrgt

https://wolfram.com/xid/0tz1mkz2-tpzxx5


https://wolfram.com/xid/0tz1mkz2-8dfvwf

https://wolfram.com/xid/0tz1mkz2-krsafs

Show national flags of some countries and speak their names when clicked:

https://wolfram.com/xid/0tz1mkz2-v6qbzy

Transform country polygons into shapes with rounded borders using filled B‐spline curves:

https://wolfram.com/xid/0tz1mkz2-nf96kt

https://wolfram.com/xid/0tz1mkz2-pnylsq
Display countries as "puzzle pieces":

https://wolfram.com/xid/0tz1mkz2-iedfqw

Retrieve names, locations, and yields of all nuclear explosions detonated by the United States:

https://wolfram.com/xid/0tz1mkz2-4tg76q

https://wolfram.com/xid/0tz1mkz2-kfguej

Paint a purple spiral on France:

https://wolfram.com/xid/0tz1mkz2-doyhdn

https://wolfram.com/xid/0tz1mkz2-qzg7i5

https://wolfram.com/xid/0tz1mkz2-jdyrpj

Wolfram Research (2014), GeoGraphics, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoGraphics.html (updated 2021).
Text
Wolfram Research (2014), GeoGraphics, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoGraphics.html (updated 2021).
Wolfram Research (2014), GeoGraphics, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoGraphics.html (updated 2021).
CMS
Wolfram Language. 2014. "GeoGraphics." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/GeoGraphics.html.
Wolfram Language. 2014. "GeoGraphics." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/GeoGraphics.html.
APA
Wolfram Language. (2014). GeoGraphics. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoGraphics.html
Wolfram Language. (2014). GeoGraphics. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoGraphics.html
BibTeX
@misc{reference.wolfram_2025_geographics, author="Wolfram Research", title="{GeoGraphics}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/GeoGraphics.html}", note=[Accessed: 26-March-2025
]}
BibLaTeX
@online{reference.wolfram_2025_geographics, organization={Wolfram Research}, title={GeoGraphics}, year={2021}, url={https://reference.wolfram.com/language/ref/GeoGraphics.html}, note=[Accessed: 26-March-2025
]}