Releases: praszuk/josm-plbuildings-plugin
Releases · praszuk/josm-plbuildings-plugin
v1.3.0
- Added 2 new counters (updated tags and total import action) and renamed import counter to import a new building counter.
- Updated screenshot with import stats.
- Refactored BuildingStats.
v1.2.1
- Fixed crash on redo canceling tag conflict dialog.
- Fixed crash on importing building to update tags with the same tags (no change in the dataset).
- Fixed tests (hasKey->hasTag).
- Updated README.md with import flow diagram
- Corrected doc comments (bbox).
v1.2.0
Reorganized flow of the buildings import action. Now it has 3 targets (simple import, only tags update and replacing geometry and tags update) which are chosen based on building duplicate and selection.
v1.1.2
- Fixed/Added skipping the conflict dialog with merge building with tag
building=farm_auxiliary
.
- Added some tests to check duplicate when importing building.
v1.1.1
Fixed duplicating nodes (low-level – way model) on building import (if 2+ new nodes are very close to existing node)
v1.1.0
- Added simple statistics to count imported buildings (imported and imported with replaced) + GUI to display it.
- Refactoring.
- Updated README (Added stats to the Features section and instruction with example to How To Use It section).
v1.0.3
- Replaced building (way) validator – it checks after import that the buildings have not been broken (low-level) to avoid uploading broken data
- Changed
building=detached
to building=house
everywhere. Caused by this commit
- Updated JOSM (compile) version to 18463 (main version is 10580)
- Fixed bug with not importing middle building in a row of buildings
v1.0.2
- Updated README (Added Features section and 2 GIFs to the How to use it section)
- Fixed crash with denying tags merge confirmation dialog from the Utilsplugin2 plugin
v1.0.1
- Refactoring
- Fixed auto replacing nodes (shared nodes) with not a building