Skip to content

Commit fad5153

Browse files
committed
Adjust docs.
1 parent cda90b9 commit fad5153

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Shared/Samples/Add 3d tiles layer/Add3DTilesLayerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct Add3DTilesLayerView: View {
4848
}
4949

5050
private 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
}

Shared/Samples/Add 3d tiles layer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Add 3d tiles layer
1+
# Add 3D tiles layer
22

33
Add a layer to visualize 3D tiles data that conforms to the OGC 3D Tiles specification.
44

Shared/Samples/Add 3d tiles layer/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"snippets": [
2424
"Add3DTilesLayerView.swift"
2525
],
26-
"title": "Add 3d tiles layer"
26+
"title": "Add 3D tiles layer"
2727
}

0 commit comments

Comments
 (0)