Skip to content

spatial-monorepo


spatial-monorepo / core/src / IMDFData

Interface: IMDFData

Defined in: packages/core/src/store/types.ts:229

Properties

fixtures

fixtures: FeatureCollection

Defined in: packages/core/src/store/types.ts:232


openings

openings: FeatureCollection

Defined in: packages/core/src/store/types.ts:231


units

units: FeatureCollection

Defined in: packages/core/src/store/types.ts:230


walls?

optional walls?: FeatureCollection`<Geometry, GeoJsonProperties>`

Defined in: packages/core/src/store/types.ts:240

Issue #474 — wall-band FeatureCollection generated by generateWallBands / generateWallBandsForArchive (#468), rendered by the imdf-walls-<levelId> fill-extrusion layer (replaces the old "extrude the whole unit polygon" imdf-units-3d-<levelId> layer). Optional/back-compat: callers that don't yet supply it get an empty wall layer rather than a missing source.

Released under commercial licensing.