Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair links for 1.7 points #114

Merged
merged 7 commits into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/1.7/Point_ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The point scene layer is structured into a tree of multiple JSON files. Point sc
- [geometryBuffer](geometryBuffer.cmn.md) (binary)
- [3DNodeIndexDocument](3DNodeIndexDocument.cmn.md)*
- [statistics](statisticsInfo.cmn.md)
- [resources](resources.psl.md)
- [resources](resource.psl.md)

*Example of point scene layer structure*

Expand Down Expand Up @@ -226,4 +226,4 @@ The available gometry formats are specified in [geometryDefinitions](geometryDef
</tr>
</table>

[resources](resources.psl.md)
[resources](resource.psl.md)
4 changes: 2 additions & 2 deletions format/Indexed 3d Scene Layer Format Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Scene Layers provide a structured way for clients to store and visualize large v

* [3D Object](../docs/1.7/3Dobject_ReadMe.md) (e.g. 3D models in various formats)
* [Integrated Mesh](../docs/1.7/IntegratedMesh_ReadMe.md) - An integrated surface that may include vegetation, buildings and roads.
* [Point](../docs/1.6/Point_ReadMe.md) - A collection of point data, like individual trees in a forest.
* [Point](../docs/1.7/Point_ReadMe.md) - A collection of point data, like individual trees in a forest.
* [Point Cloud](../docs/2.0/pcsl_ReadMe.md) - A volumetric collection of point data, like lidar data.
* [Building](../docs/1.7/BSL_ReadMe.md) - A building including its components, such as windows, doors, chairs, etc.

Expand Down Expand Up @@ -208,7 +208,7 @@ The heightModelInfo, included in the 3DSceneLayerInfo resource, is used by clien

A RESTful API allows access to I3S scene layers. Each scene layer profile has different components and features. For details on the API of a specific profile and version, refer to the individual README documents.

Version 1.7 support for [3D Objects](../docs/1.7/3Dobject_ReadMe.md), [Integrated Mesh](../docs/1.7/IntegratedMesh_ReadMe.md) and [Building](../docs/1.7/BSL_ReadMe.md).<a name="service1.7"></a>
Version 1.7 support for [3D Objects](../docs/1.7/3Dobject_ReadMe.md), [Integrated Mesh](../docs/1.7/IntegratedMesh_ReadMe.md), [Building](../docs/1.7/BSL_ReadMe.md), and [Point](../docs/1.7/Point_ReadMe.md)<a name="service1.7"></a>

Version 1.6 support for [3D Objects](../docs/1.6/3Dobject_ReadMe.md), [Integrated Mesh](../docs/1.6/IntegratedMesh_ReadMe.md), [Building](../docs/1.6/BSL_ReadMe.md), and [Point](../docs/1.6/Point_ReadMe.md).

Expand Down