How maps work

This is an intro to digital maps. It’s for everyone and doesn’t require any previous knowledge. This page should provide enough information to help you understand the basics needed for building, customizing, and implementing maps.

How a map gets displayed

In contrast to paper maps, a digital map is usually interactive, allowing you to zoom and pan (move around). However, a single map of the entire world would be too big and too slow to display. So how does it work?

In short, the world is divided into small squares called map tiles, and your browser only loads tiles needed for the current view and zoom level. It’s fast and you get an illusion of exploring a single large map.

Learn more:

What a map consists of

A map is essentially a combination of two things: map data (what is displayed on the map) and map style (how it is displayed). The relation of these two components is crucial for understanding how to customize a map or add something to it.

How maps work
How maps work