Back to Gallery
Demotiles
by MapLibre
MapLibre's built-in demo style showing country boundaries and labels. Useful for testing.
const map = new maplibregl.Map({
container: "map",
style: "https://demotiles.maplibre.org/style.json",
});