From ebe9d9876d53af4bd504f0c814033898c0209625 Mon Sep 17 00:00:00 2001 From: Jonathan GARNIER Date: Wed, 28 Jun 2023 17:18:33 +0200 Subject: [PATCH] feat(3DTiles) updated doc --- docs/config.json | 1 + docs/tutorials/Fundamentals.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.json b/docs/config.json index 5ad8155d11..d48c6f12cf 100644 --- a/docs/config.json +++ b/docs/config.json @@ -82,6 +82,7 @@ "Parser": [ "GeoJsonParser", + "GLTFParser", "GpxParser", "VectorTileParser", "CameraCalibrationParser", diff --git a/docs/tutorials/Fundamentals.md b/docs/tutorials/Fundamentals.md index e9f91847e4..626bce70a4 100644 --- a/docs/tutorials/Fundamentals.md +++ b/docs/tutorials/Fundamentals.md @@ -68,7 +68,7 @@ Several specific types of `Layers` exist, the use of which depends on the data t - `{@link PointCloudLayer}` can be used to display 3D point clouds. Any point cloud formats are supported as long as the corresponding `Source` is provided. Some point clouds formats such as Potree, Las and Entwine already have parsers defined in itowns that you can use. For 3D Tiles point clouds (pnts), use `C3DTilesLayer`. -- `{@link C3DTilesLayer}` can be used to display 3D Tiles layer (only b3dm and pnts). +- `{@link C3DTilesLayer}` can be used to display 3D Tiles layer (only b3dm and pnts and Google Photorealistic 3D Tiles). - `{@link OrientedImageLayer}` can be used to display oriented images.