18 lines
299 B
JSON
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"
|
|
}
|
|
]
|
|
} |