Skip to content

Proportional Symbol map

A proportional symbol map is a type of thematic map that uses symbols, usually circles or squares, to represent quantitative data at specific geographic locations. The size of each symbol is directly proportional to the value it represents—for example, a city with a larger population will have a larger circle than a city with a smaller population.

This mapping technique is particularly useful when illustrating totals or absolute values, such as population numbers, production volumes, or the number of events. Proportional symbol maps can be either true proportional (exact scale to the data values) or range-graded, where data is grouped into categories with a fixed set of symbol sizes.

Because the symbols can overlap in densely populated areas, careful design and placement are essential to maintain readability. These maps are effective for comparing values across locations while preserving geographic accuracy.

Proportional symbol map showing the ethnic structure of the Czech Lands in 1935 (Source: Czech historical atlas (2021))



Proportional Symbol Maps in ArcGIS Pro


Assignment 05

Population age structure in Europe

TASK:

Make a series of proportional symbol maps:

  • Map 1 will show the age index and population composition

  • Map 2 will show the age index, population composition and total population


DATA SOURCES:

Eurostat (Age structure, 2024) GISCO (Countries, 1:20m)


SUBMISSION FORM:


INSTRUCTIONS:

Map 1: Age index and population composition

  • Add Europe_CNTR_20M_2024_3035.geojson to Map
  • Join Europe_AgeStructure.csv to the polygon layer of countries
  • Export the joined table as a new feature class (Data-Export Features)
  • Export the new polygon layer to point layer using Feature To Point tool (name it Europe_AgeStructure_point or similar)
  • Symbolize the polygon layer properly to show the age index (Symbology-Graduated Colors). Select sequential colour scheme and customize the legend.
  • Symbolize the point layer properly to show the age structure (Symbology-Charts-Pie Chart). Set appropriate qualitative colour scheme and parameters of the chart (Size type-Fixed size)
  • Finish the layout: insert Map Title, Scale, Legend and Credits. Add explanation for the abbreviations of the country names used, if any.
  • Export Layout in PDF Format.


Map 2: Age index, population composition and total population

  • Duplicate the previous Map
  • Keep the polygon layer displaying the age index.
  • Change the symbology of the point layer properly to show the age structure and total population (Symbology-Charts-Pie Chart). Set appropriate qualitative colour scheme and parameters of the chart (Size type-Field-TotalPop_2024)
  • Finish the layout: insert Map Title, Scale, Legend and Credits. Add explanation for the abbreviations of the country names used, if any.
  • Export Layout in PDF Format