Files
cocapwya/frontend/public/styles/basic.json
2025-11-05 01:30:03 -08:00

18 lines
299 B
JSON

{
"version": 8,
"name": "Basic Style",
"sources": {
"osm": {
"type": "raster",
"tiles": ["https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"],
"tileSize": 256
}
},
"layers": [
{
"id": "osm-layer",
"source": "osm",
"type": "raster"
}
]
}