Skip to content

spatial-monorepo


spatial-monorepo / core/src / IMDFData

Interface: IMDFData

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

Properties

fixtures

fixtures: FeatureCollection

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


openings

openings: FeatureCollection

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


units

units: FeatureCollection

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


walls?

optional walls?: FeatureCollection<Geometry, GeoJsonProperties>

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

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.