All stylesOpen embed page
Hitit Black
Deep black minimal basemap for striking data visualizations.
Embed size
Pan and zoom the map to frame your embed. Current view: 32.8541, 39.9208 at zoom 12.0.
Iframe embed
<iframe
src="https://www.hititmedya.com/embed/map/hitit-black?lng=32.85410&lat=39.92080&zoom=12.00"
width="100%" height="400"
style="border:0; border-radius:8px;"
loading="lazy"
title="Map"></iframe>Style URL (MapLibre GL)
https://tiles.hititmedya.com/v1/styles/hitit-black.jsonMapLibre quickstart
<div id="map" style="width:100%;height:400px"></div>
<link href="https://unpkg.com/maplibre-gl@5/dist/maplibre-gl.css" rel="stylesheet" />
<script src="https://unpkg.com/maplibre-gl@5/dist/maplibre-gl.js"></script>
<script>
const map = new maplibregl.Map({
container: "map",
style: "https://tiles.hititmedya.com/v1/styles/hitit-black.json",
center: [32.85410, 39.92080],
zoom: 12.00
});
map.addControl(new maplibregl.NavigationControl());
</script>OpenStreetMap attribution is required by the data license and stays visible on all embeds.