{
    "version": 8,
    "name": "Yandex Maps",
    "glyphs": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf",
    "sources": {
        "yandex-map": {
            "type": "raster",
            "tiles": [
                "https://maps.tvervporyadke.ru/v1/tiles/?l=map&x={x}&y={y}&z={z}&projection=web_mercator&scale=2&lang=ru_RU"
            ],
            "tileSize": 256,
            "attribution": "© <a href=\"https://yandex.ru/maps\">Яндекс Карты</a>",
            "minzoom": 0,
            "maxzoom": 19
        }
    },
    "layers": [
        {
            "id": "yandex-map-layer",
            "type": "raster",
            "source": "yandex-map",
            "layout": {
                "visibility": "visible"
            },
            "paint": {
                "raster-opacity": 1,
                "raster-fade-duration": 300
            }
        }
    ]
}