Releases: JOSM/indoorhelper
Releases · JOSM/indoorhelper
v1.2.3
v1.2.2
New features
Fixes
- Handle float level values
Refactoring
General
- i18n update
Full Changelog: v1.2.0...v1.2.2
v1.2.1
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
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.
- solution engine:
-
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