Examples
Everything below runs on live Tilezza tiles. Swap YOUR_KEY for the key from your dashboard.
1 · Pick a style
10 built-in styles — click to preview on the live map below.
2 · Markers & popups (Leaflet)
The devradar style is tuned so indigo/violet markers pop. Click the markers.
3 · Your own colors — one URL parameter
Vector styles accept color overrides: water, land, parks, forest, roads, highway, buildings, boundaries, labels (+ hide_labels=1, hide_pois=1, lang=de, lite=1 mobile mode, font=Montserrat or font=Open Sans).
4 · MapLibre GL quickstart (vector)
<script src="https://unpkg.com/maplibre-gl@5/dist/maplibre-gl.js"></script>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl@5/dist/maplibre-gl.css">
<div id="map" style="height:400px"></div>
<script>
new maplibregl.Map({
container: 'map',
style: 'https://tilezza.eu/api/style/voyager?key=YOUR_KEY',
center: [19.04, 47.5], zoom: 6
});
</script>
Attribution (© OpenStreetMap contributors © Protomaps) is embedded in every style and
TileJSON — Leaflet and MapLibre display it automatically. Please keep it visible.