Skip to content

Releases: JOSM/areaselector

Improved preferences and usability

20 May 09:11
Compare
Choose a tag to compare

The preferences should be clearer now and provide more options than before.

  • selection of the algorithm
  • Debug option

Improved area detection with better performance

19 Apr 13:44
Compare
Choose a tag to compare

Areaselector now uses Canny edge detection from boofcv. This works without using the color and works great with high dpi vector graphics.
If the canny edge detection cannot find a matching polygon, a more robust, but not so good algorithm is used to detect the area.

Fixed crash

18 Apr 12:47
Compare
Choose a tag to compare

Fixed crash because of a wrong default value (see #16 )

Added load on runtime capability

12 Feb 20:34
Compare
Choose a tag to compare

Smal Improvements on AddressDialog

12 Jan 07:58
Compare
Choose a tag to compare

Small improvement (#14) in the AddressDialog and little more tolerant default values (2be8530).

New Algorithm setting and optimized for HDPI basemap.at Images

25 Dec 09:33
Compare
Choose a tag to compare

Basemap.at provides now a HDPI version at TMS URL: tms[19]:http://maps.wien.gv.at/basemap/bmaphidpi/normal/google3857/{zoom}/{y}/{x}.jpeg. The plugin has been updated to work better with that better resolution images.

The following changes have been conducted:

  • Allow the thinning Iterations to be adjusted in the UI
  • Adjusted colorThreshold from 17 to 14.

Internationalization, Cleanup & Address Dialog improvements

11 Dec 11:46
Compare
Choose a tag to compare

This release includes source code cleanup and internationalization (thanks @JOSM Team)!

To avoid problems by multiple plugins using log4j we are depending on the log4j plugin. If you update to this version and haven't got log4j installed, you will be prompted to install it.

The address dialog has a custom tab order to allow easier editing (the radio buttons are excluded).

Improved Noise Reduction & fixed loading prefs

10 Oct 07:49
Compare
Choose a tag to compare

Noise Reduction works slightly better now.
Tolerance Angle and Tolerance Distance are now loaded correctly from preferences file

Improved Area detection

09 Oct 23:09
Compare
Choose a tag to compare

In previous releases the area was slightly to small, if the borders were to thick. This issue is now resolved by applying thinning algorithms.

I hope this helps making areaselector more practical for mapping buildings, especially in Austria with basemap.

Bug Reporting, updated Address Dialog & better merging

18 Sep 22:10
Compare
Choose a tag to compare

This release includes the following new features and improvements:

  • Bug Reporting dialog
  • Address Dialog automatically can fill the next house number (-2,-1,+1 or +2)
  • Address Dialog will open, where it was closed last time
  • Merging now only merges with nodes from neighbour ways, not it's own.

screen shot 2014-09-19 at 00 05 01
screen shot 2014-09-19 at 00 08 39