Skip to content

Commit 1e754be

Browse files
committed
Document visibility in tiles3d/object3d entries
1 parent 273998a commit 1e754be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/topics/View3D.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Next, to add a 3D View to a theme, add a `map3d` configuration to the desired th
7272
"name": "<name>",
7373
"url": "<url_to_tileset.json>",
7474
"title": "<title>",
75+
"visibility": <true|false>,
7576
"baseColor": "<css RGB(A) color string>",
7677
"idAttr": "<tile_feature_attr>",
7778
"styles": {"<styleName>", "<url_to_tilesetStyle.json>", ...},
@@ -85,7 +86,8 @@ Next, to add a 3D View to a theme, add a `map3d` configuration to the desired th
8586
{
8687
"name": "<name>",
8788
"url": "<url_to_file.gltf>",
88-
"title": "<title>"
89+
"title": "<title>",
90+
"visibility": <true|false>
8991
}
9092
]
9193
}

0 commit comments

Comments
 (0)