Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0491983

Browse files
committed
doc(3DTiles): Replace C3DTilesLayer by OGC3DTilesLayer in the documentation
1 parent fb8aa9c commit 0491983

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

docs/config.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"PotreeLayer",
5151
"CopcLayer",
5252
"Potree2Layer",
53-
"C3DTilesLayer",
5453
"OGC3DTilesLayer",
5554
"LabelLayer",
5655
"GlobeLayer",
@@ -123,16 +122,6 @@
123122
"RasterTile"
124123
],
125124

126-
"3D Tiles": [
127-
"3dTilesProcessing",
128-
"C3DTileset",
129-
"C3DTBatchTable",
130-
"C3DTBoundingVolume",
131-
"C3DTExtensions",
132-
"C3DTBatchTableHierarchyExtension",
133-
"C3DTFeature"
134-
],
135-
136125
"Plugins": [
137126
"DragNDrop",
138127
"FeatureToolTip",
@@ -147,7 +136,6 @@
147136
"Minimap",
148137
"Scale",
149138
"Searchbar",
150-
"C3DTilesStyle"
151139
]
152140
},
153141
"tutorialSections": {

docs/tutorials/Fundamentals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ with `{@link WFSSource}` and [Tile Map Service](https://wiki.osgeo.org/wiki/Tile
4747

4848
iTowns also has sources for many data formats: [vector tile](https://docs.mapbox.com/help/glossary/vector-tiles/) resources from [MapBox](https://www.mapbox.com/) with `{@link VectorTilesSource}`, [Potree](https://github.com/potree/potree) (`{@link PotreeSource}`) and
4949
[Entwine](https://entwine.io/) (`{@link EntwinePointTileSource}`) 3D point clouds, [3DTiles](https://www.ogc.org/standards/3DTiles)
50-
mesh (b3dm) and point clouds (pnts) from web servers (`{@link C3DTilesSource}`), Cesium ion `{@link C3DTilesIonSource}` and from Google api `{@link C3DTilesGoogleSource}`,
50+
mesh (b3dm) and point clouds (pnts) from web servers (`{@link OGC3DTilesSource}`), from Cesium ion `{@link OGC3DTilesIonSource}` and from the Google API `{@link OGC3DTilesGoogleSource}`,
5151
[GeoJSON](https://geojson.org/) with `{@link FileSource}` and `{@link GeoJsonParser}`,
5252
[KML](https://www.ogc.org/standards/kml) with `{@link FileSource}` and `{@link KMLParser}`, [GPX](https://www.topografix.com/gpx.asp)
5353
with `{@link FileSource}` and `{@link GpxParser}` and oriented images with `{@link OrientedImageSource}`.
@@ -67,8 +67,8 @@ Several specific types of `Layers` exist, the use of which depends on the data t
6767
- `{@link FeatureGeometryLayer}` is a pre-configured `{@link GeometryLayer}` which simplifies its implementation in given cases (e.g. to extrude 3D buildings).
6868
- `{@link PointCloudLayer}` can be used to display 3D point clouds. Any point cloud formats are supported as long as the corresponding `Source` is provided.
6969
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
70-
`C3DTilesLayer`.
71-
- `{@link C3DTilesLayer}` can be used to display 3D Tiles datasets in version 1.0 (b3dm, pnts and gltf tiles are supported).
70+
`OGC3DTilesLayer`.
71+
- `{@link OGC3DTilesLayer}` can be used to display 3D Tiles datasets in version 1.0 (b3dm, pnts and gltf tiles are supported).
7272
- `{@link OrientedImageLayer}` can be used to display oriented images.
7373

7474

0 commit comments

Comments
 (0)