File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Shared/Samples/Add 3d tiles layer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ struct Add3DTilesLayerView: View {
4848}
4949
5050private extension URL {
51- /// The URL of a Stuttgart, Germany city scene service.
51+ /// The URL of a Stuttgart, Germany city 3D tiles service.
5252 static var stuttgart3DTiles : URL {
5353 URL ( string: " https://tiles.arcgis.com/tiles/N82JbI5EYtAkuUKU/arcgis/rest/services/Stuttgart/3DTilesServer/tileset.json " ) !
5454 }
Original file line number Diff line number Diff line change 1- # Add 3d tiles layer
1+ # Add 3D tiles layer
22
33Add a layer to visualize 3D tiles data that conforms to the OGC 3D Tiles specification.
44
Original file line number Diff line number Diff line change 2323 "snippets" : [
2424 " Add3DTilesLayerView.swift"
2525 ],
26- "title" : " Add 3d tiles layer"
26+ "title" : " Add 3D tiles layer"
2727}
You can’t perform that action at this time.
0 commit comments