Releases: praszuk/josm-plbuildings-plugin
Releases · praszuk/josm-plbuildings-plugin
v2.1.0
Changes:
- Added a tag blocklist for selection – prevents updating objects with incorrect tags, e.g.,
landuse
orboundary
, or if object is not closed way. - Added an option to save the default strategy for one data source missing, along with a checkbox in the dialog to save the choice only for the current session.
- Added a checkbox to save the choice for the not overlapping enough dialog for the current session.
- Extended the cleaning of the
source
to include theBing
value. - Added notifications for: one data source missing, buildings not overlapping enough and not selected data source cases when the dialog is not shown.
- Added a validator to prevent importing buildings outside the user's frame view.
- Rewrote notification settings.
- Updated JOSM plugin version to 19265 (plugin.compile.version).
- Updated README.md (minor tweaks and added setting dialog screenshots)
v2.0.0
- Import mode: Full, Geometry and Tags
- Settings:
- Multiple servers configurations
- Multiple data sources including combined data sources (1st for geometry, 2nd for tags)
- Notifications
- Uncommon tags
- ...more settings in JOSM advanced preferences with searching by key
plbuildings.
- GUI Sidebar (Toggle Dialog) new options:
- Import mode combobox
- Data source combobox
- New duplicate detecting algorithm (dotting instead of gluing to the nearest nodes)
- New stats (geometry update counter)
- Auto-inject
source:building
andsource:geometry
tags - Autoremove
source=geoportal.gov.pl
tag - Update translations
- Shortcuts/settings/actions with more consistent names
- Update JOSM and Java (11+) version
- Update README.md
- Huge refactor – rewritten a lot of code (ImportManager, MVC for GUI, reformatted code and more)
v1.8.2
v1.8.1
v1.8.0
- Added plugin icon.
- Added statuses.
- Added sidebar (Toggle Dialog) GUI (statuses, data source, latest tags, uncommon tags).
- Updated and rewrote uncommon tags util (now it shows which tags are uncommon in the dialog).
- Updated translations.
- Updated JOSM version (plugin.compile.version) to 18543.
- Updated README.md (new features, updated activity flow diagram, new GUI gif).
- Fixed freezing JOSM at import.
- Fixed action names (now it should be available to bind it to the toolbar, but not perfect yet).
- Refactored a lot of code (removed unused, created new enums, new models (e.g. data source model), const data values...).
- Removed redundant translation file (.mo).
v1.7.0
- Added preventing house details simplification (e.g. detached->house).
- Added avoiding breaking
building:levels
if selectedbuilding:levels
+roof:levels
are equal to a newbuilding:levels
. - Fixed random tests failing.
- Updated README.md (new features).
- Updated JOSM plugin link to show GitHub repo in the description.
- Updated JOSM plugin version to 18531 (plugin.compile.version).
- Updated JOSM min version (plugin.main.version) to 17856.