All stylesOpen embed page
Hitit Green
Nature-forward light style with the Hitit green accent.
Embed size
Pan and zoom the map to frame your embed. Current view: 27.1428, 38.4237 at zoom 12.0.
Iframe embed
<iframe
src="https://www.hititmedya.com/embed/map/hitit-green?lng=27.14280&lat=38.42370&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-green.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-green.json",
center: [27.14280, 38.42370],
zoom: 12.00
});
map.addControl(new maplibregl.NavigationControl());
</script>OpenStreetMap attribution is required by the data license and stays visible on all embeds.