mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 12:51:37 +03:00
20 lines
244 B
JSON
20 lines
244 B
JSON
|
{
|
||
|
"bounds": [
|
||
|
-180,
|
||
|
-85,
|
||
|
180,
|
||
|
85
|
||
|
],
|
||
|
"center": [
|
||
|
0,
|
||
|
0,
|
||
|
0
|
||
|
],
|
||
|
"maxzoom": 3,
|
||
|
"minzoom": 0,
|
||
|
"tilejson": "3.0.0",
|
||
|
"tiles": [
|
||
|
"http://localhost:3111/stamen_toner__raster_CC-BY-ODbL_z3/{z}/{x}/{y}"
|
||
|
]
|
||
|
}
|