We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
indoor
1 parent dca4b74 commit 3cfa381Copy full SHA for 3cfa381
src/style-spec/reference/v8.json
@@ -6610,6 +6610,8 @@
6610
"indoor": {
6611
"*": {
6612
"type": "indoor_source",
6613
+ "private": true,
6614
+ "experimental": true,
6615
"doc": "Specification of an indoor source - sourceId and sourceLayer required for vector source, for GeoJSON sourceLayers should be omitted."
6616
}
6617
},
src/style-spec/types.ts
@@ -329,6 +329,9 @@ export type ImportSpecification = {
329
};
330
331
export type IndoorSpecification = {
332
+ /**
333
+ * @experimental This property is experimental and subject to change in future versions.
334
+ */
335
[_: string]: IndoorSourceSpecification
336
337
0 commit comments