Skip to content

Commit

Permalink
docs: 修复 custom-tiles 跳转问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyexing committed Mar 7, 2024
1 parent e3fd6bc commit 8dd5b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ title: API
| wasmPath | sam 组件的 wasm 路径 | `string` | `\` |
| showDrawDistance | 绘制时是否展示距离文本 | `boolean` | `false` |
| showDrawArea | 绘制时是否展示面积文本 | `boolean` | `false` |
| customTiles | 自定义瓦片底图图层 | [customTilesProps](#customtilesprops) | `[]` |
| customTiles | 自定义瓦片底图图层 | [CustomTilesProps](#customtilesprops) | `[]` |

#### `tabItems`

Expand Down Expand Up @@ -99,7 +99,7 @@ LngLat 文本编辑器,可以通过输入 LngLat 数据实现数据展示(目
}
```

#### `customTilesProps`
#### CustomTilesProps

```js
{
Expand Down

0 comments on commit 8dd5b0c

Please sign in to comment.