Skip to content

Commit 6e95442

Browse files
Merge pull request #54 from geoadmin/fix-PB-1969-3d-tiles-remove-confusing-sentence
PB-1969 3D Tiles: Remove confusing sentence #patch
2 parents 9cd8f3c + 2c372c7 commit 6e95442

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/3d-tiles.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This service provides 3D tiles through a RESTful API, implementing the [Cesium 3
66

77
Use the following parameters to define your request:
88

9-
| Parameter | Example | Description |
10-
| --------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11-
| layerName | ch.swisstopo.swissbuildings3d.3d | The technical name of the 3D layer. Possible values are: `ch.swisstopo.swissbuildings3d.3d`, `ch.swisstopo.swisstlm3d.3d`, `ch.swisstopo.swissnames3d.3d`, `ch.swisstopo.vegetation.3d` |
12-
| Version | v1 | API version. `v1` means tiles generated with 3D Tiles |
13-
| Time (optional) | 20250501 | Date of tileset generation in ISO-8601 (YYYYMMDD). If you omit this parameter, the most recent tile is returned. |
14-
| Z | 7 | Zoom level |
15-
| X | 54 | Tile column index |
16-
| Y | 21 | Tile row index |
9+
| Parameter | Example | Description |
10+
| -----------------| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11+
| layerName | ch.swisstopo.swissbuildings3d.3d | The technical name of the 3D layer. Possible values are: `ch.swisstopo.swissbuildings3d.3d`, `ch.swisstopo.swisstlm3d.3d`, `ch.swisstopo.swissnames3d.3d`, `ch.swisstopo.vegetation.3d` |
12+
| Version | v1 | The API version |
13+
| Time (optional | 20250501 | Date of tileset generation in ISO-8601 (YYYYMMDD). If you omit this parameter, the most recent tile is returned. |
14+
| Z | 7 | Zoom level |
15+
| X | 54 | Tile column index |
16+
| Y | 21 | Tile row index |
1717

1818
A 3D tile request for swissBUILDINGS3D dataset:
1919

0 commit comments

Comments
 (0)