The most popular of the excellent styles from Stamen Design, these high-contrast
B+W (black and white) maps are the perfect backdrop for your colorful and
eye-catching overlays. Available with raster layer groups separating the background, lines, and labels to enable
composition with your own raster layers.
Our standard endpoints will serve requests from the fastest server no matter where your users are,
and is backed by our global CDN with multiple layers of redundancy.
The {x}, {y}, and {z} placeholders represent x, y, and zoom
following the standard slippy map tilename
convention. This format is used by most popular libraries. Note that our tile numbering uses the XYZ
scheme, not TMS.
The {r} placeholder is used for HiDPI ("retina") display suppoort. Popular web map renderers like Leaflet
understand this placeholder. If your renderer does not understand this (e.g., MapLibre GL JS or QGIS),
you can either remove the placeholder to get raw 256x256 PNGs, or replace it with @2x for 2x scaled images.
Our EU endpoints allow you to explicitly route all requests to our EU servers.
See our EU Endpoints page for more details.
The {x}, {y}, and {z} placeholders represent x, y, and zoom
following the standard slippy map tilename
convention. This format is used by most popular libraries. Note that our tile numbering uses the XYZ
scheme, not TMS.
The {r} placeholder is used for HiDPI ("retina") display suppoort. Popular web map renderers like Leaflet
understand this placeholder. If your renderer does not understand this (e.g., MapLibre GL JS or QGIS),
you can either remove the placeholder to get raw 256x256 PNGs, or replace it with @2x for 2x scaled images.
Leaflet is one of the oldest mapping libraries still in active use, and its longevity is a testament
to its quality. What it lacks in fancy 3D support, it makes up for in ease-of-use and a vibrant plugin ecosystem.
Check out our tutorials to get started with your favorite
web framework or vanilla JavaScript.
varmap=newmaplibregl.Map({container:'map',// You can also explicitly request tiles from our EU servers using the following URL:// https://tiles-eu.stadiamaps.com/styles/stamen_toner.jsonstyle:'https://tiles.stadiamaps.com/styles/stamen_toner.json',// Style URL; see our documentation for more optionscenter:[12,53],// Initial focus coordinatezoom:4});// Add zoom and rotation controls to the map.map.addControl(newmaplibregl.NavigationControl());
In OpenLayers v8.0.0 and newer, Stadia Maps is one of the bundled tile sources, so it's only a few
lines of code to get started.
Our standard endpoints will serve requests from the fastest server no matter where your users are,
and is backed by our global CDN with multiple layers of redundancy.
The {x}, {y}, and {z} placeholders represent x, y, and zoom
following the standard slippy map tilename
convention. This format is used by most popular libraries. Note that our tile numbering uses the XYZ
scheme, not TMS.
The {r} placeholder is used for HiDPI ("retina") display suppoort. Popular web map renderers like Leaflet
understand this placeholder. If your renderer does not understand this (e.g., MapLibre GL JS or QGIS),
you can either remove the placeholder to get raw 256x256 PNGs, or replace it with @2x for 2x scaled images.
Our EU endpoints allow you to explicitly route all requests to our EU servers.
See our EU Endpoints page for more details.
The {x}, {y}, and {z} placeholders represent x, y, and zoom
following the standard slippy map tilename
convention. This format is used by most popular libraries. Note that our tile numbering uses the XYZ
scheme, not TMS.
The {r} placeholder is used for HiDPI ("retina") display suppoort. Popular web map renderers like Leaflet
understand this placeholder. If your renderer does not understand this (e.g., MapLibre GL JS or QGIS),
you can either remove the placeholder to get raw 256x256 PNGs, or replace it with @2x for 2x scaled images.
Leaflet is one of the oldest mapping libraries still in active use, and its longevity is a testament
to its quality. What it lacks in fancy 3D support, it makes up for in ease-of-use and a vibrant plugin ecosystem.
Check out our tutorials to get started with your favorite
web framework or vanilla JavaScript.
varmap=newmaplibregl.Map({container:'map',// You can also explicitly request tiles from our EU servers using the following URL:// https://tiles-eu.stadiamaps.com/styles/stamen_toner_lite.jsonstyle:'https://tiles.stadiamaps.com/styles/stamen_toner_lite.json',// Style URL; see our documentation for more optionscenter:[12,53],// Initial focus coordinatezoom:4});// Add zoom and rotation controls to the map.map.addControl(newmaplibregl.NavigationControl());
In OpenLayers v8.0.0 and newer, Stadia Maps is one of the bundled tile sources, so it's only a few
lines of code to get started.
If you're building a raster map and want to intersperse your own overlays (for example, to use as layers in QGIS),
we offer three separate layer groups.
Includes only label layers (places, road names, etc.)
Looking for Toner Hybrid?
The toner-hybrid flavor offered by Stamen Design is no longer available in raster form.
You can achieve the same effect by combining the lines and labels layer groups,
or by modifying vector styles to show only the layers you need.