35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"tileSets": [
|
|
{
|
|
"id": "tencent-vector",
|
|
"name": "腾讯矢量",
|
|
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=vector",
|
|
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=vector"
|
|
},
|
|
{
|
|
"id": "gaode-satellite",
|
|
"name": "高德卫星影像",
|
|
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=sate",
|
|
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=sate"
|
|
},
|
|
{
|
|
"id": "esri-imagery",
|
|
"name": "ESRI World Imagery",
|
|
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=esri",
|
|
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=esri"
|
|
},
|
|
{
|
|
"id": "tencent-traffic",
|
|
"name": "腾讯路况",
|
|
"lightTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=traffic",
|
|
"darkTiles": "http://127.0.0.1:18090/tile?z={z}&x={x}&y={y}&type=traffic"
|
|
},
|
|
{
|
|
"id": "openfreemap-bright",
|
|
"name": "OpenFreeMap 亮色",
|
|
"lightTiles": "https://tiles.openfreemap.org/styles/bright",
|
|
"darkTiles": "https://tiles.openfreemap.org/styles/dark"
|
|
}
|
|
]
|
|
}
|