Skip to content

Commit

Permalink
feat(core): remove unused coordinate property from ifc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Oct 13, 2024
1 parent 28b8fe2 commit 2b23f80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.3.5",
"version": "2.3.6",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/core/Components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Components implements Disposable {
/**
* The version of the @thatopen/components library.
*/
static readonly release = "2.3.5";
static readonly release = "2.3.6";

/** {@link Disposable.onDisposed} */
readonly onDisposed = new Event<void>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export class IfcFragmentSettings {
*/
optionalCategories: number[] = [WEBIFC.IFCSPACE];

/** Whether to use the coordination data coming from the IFC files. */
coordinate = true;

/** Path of the WASM for [web-ifc](https://github.com/ThatOpen/engine_web-ifc). */
wasm: {
path: string;
Expand Down

0 comments on commit 2b23f80

Please sign in to comment.