fifteen/apps/web/public/tiles/style.json
2026-03-01 21:58:53 +01:00

29 lines
822 B
JSON

{
"version": 8,
"name": "Transportationer Base",
"sources": {
"carto-light": {
"type": "raster",
"tiles": [
"https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}@2x.png",
"https://b.basemaps.cartocdn.com/light_all/{z}/{x}/{y}@2x.png",
"https://c.basemaps.cartocdn.com/light_all/{z}/{x}/{y}@2x.png"
],
"tileSize": 256,
"attribution": "© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors © <a href='https://carto.com/attributions'>CARTO</a>",
"maxzoom": 19
}
},
"layers": [
{
"id": "background",
"type": "raster",
"source": "carto-light",
"paint": {
"raster-opacity": 1
}
}
],
"glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
"sprite": ""
}