Skip to content

Commit

Permalink
docs: GeoJsonVT 瓦片中文文档表格错乱 (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnncoco authored Nov 13, 2024
1 parent c9db10a commit b9d6397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/api/tile/geojsonvt_tile_layer.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const source = new Source(data, {

`geojsonOptions` 支持如下参数:

| 参数 | 类型 | 默认值 | 描述 |
| 参数 | 类型 | 默认值 | 描述 | |
| -------------- | ----------- | -------- | -------------------------------------------------------------- | ------------------------------------------------------- |
| maxZoom | `number` | `14` | max zoom to preserve detail on |
| indexMaxZoom | `number` | `5` | max zoom in the tile index |
Expand All @@ -54,6 +54,6 @@ const source = new Source(data, {
| extent | `number` | `4096` | tile extent |
| buffer | `number` | `64` | tile buffer on each side |
| lineMetrics | `boolean` | `false` | whether to calculate line metrics |
| promoteId | `string | null` | `null` | name of a feature property to be promoted to feature.id |
| promoteId | `string` | `null` | `null` | name of a feature property to be promoted to feature.id |
| generateId | `boolean` | `true` | whether to generate feature ids. Cannot be used with promoteId |
| debug | `0, 1 or 2` | `0` | logging level (0, 1 or 2) |

0 comments on commit b9d6397

Please sign in to comment.