Skip to content

Commit 3cfa381

Browse files
aleksprogergithub-actions[bot]
authored andcommitted
Update indoor type in the Style Spec (internal-7628)
GitOrigin-RevId: 41f67a400ec53904fa0bb49a87d379ab8a27acb1
1 parent dca4b74 commit 3cfa381

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/style-spec/reference/v8.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6610,6 +6610,8 @@
66106610
"indoor": {
66116611
"*": {
66126612
"type": "indoor_source",
6613+
"private": true,
6614+
"experimental": true,
66136615
"doc": "Specification of an indoor source - sourceId and sourceLayer required for vector source, for GeoJSON sourceLayers should be omitted."
66146616
}
66156617
},

src/style-spec/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ export type ImportSpecification = {
329329
};
330330

331331
export type IndoorSpecification = {
332+
/**
333+
* @experimental This property is experimental and subject to change in future versions.
334+
*/
332335
[_: string]: IndoorSourceSpecification
333336
};
334337

0 commit comments

Comments
 (0)