Skip to content

Releases: JOSM/indoorhelper

v1.2.3

24 Sep 13:14
Compare
Choose a tag to compare

New features

Fixes

  • Fix BIM gelocation

Refactoring

  • clean code changes: renaming unsetSpecificKeyFilter to updateRepeatOnKeyFilter

General

  • i18n update

Full Changelog: v1.2.2...v1.2.3

v1.2.2

05 Oct 17:03
Compare
Choose a tag to compare

New features

Fixes

  • Handle float level values

Refactoring

General

  • i18n update

Full Changelog: v1.2.0...v1.2.2

v1.2.1

13 Mar 17:54
Compare
Choose a tag to compare

New features
/

Fixes

  • Fix preset button order update (#11)
  • Fix style file path - icons can now be found

Refactoring

  • Reorder source code - move to org.openstreetmap.josm.plugins.indoorhelper
  • Formatting + Clean code changes

General

  • i18n update
  • Add contribution guide
  • Add install guide
  • Update README

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Apr 15:19
Compare
Choose a tag to compare

New features

  • Parser configuration:
    The parser now holds an configuration object that can be used to set the following parameters:

    • solution engine:
      GeometrySolution.BODY (more detailed, less IFC support),
      GeometrySolution.BOUNDING_BOX (less detailed, more IFC support)
    • enable/disable input optimization
    • enable/disable output optimization
    • optimiziation parameters e.g. merge distance between nodes

    Note: For now the configuration is fixed. There is no access for the user until the parser is more stable.

  • Optimize IFC input files: Remove block comments

  • Optimize parsed IFC files: Merge overlapping nodes to reduce dataset

Fixes

  • Log file path info: Show proper path to log file on info panel

General

  • Refactoring and clean code changes
  • Add spotbug plugin to gradle
  • Show more detailed information on BIM-import progress bar

v1.1

18 Oct 21:38
Compare
Choose a tag to compare
  • Support more BIM object types by using a less detailed level of object representation (using object bounding box information)
  • Logfile accessable on all operating systems
  • Support IfcBooleanResult data type
  • Fix repeat_on bug #7
  • Fix Ant build by using Ivy

v1.0

05 Sep 21:33
Compare
Choose a tag to compare

Include import functionality for BIM data (.ifc files).