Releases: JOSM/austriaaddresshelper
v0.8.4
v0.8.2: Use jakarta.json instead of javax.json
i18n updates
v0.8.1
v0.8.0
v0.7.0
v0.6.1
Release v0.6.0
Starting from this version, Austria Address Helper checks whether the address being added already exists in OpenStreetMap (in the surrounding area) and warns the user in such a case. The Overpass API is used to check the existence of the address.
v0.5.1
Release v0.5.0
Some municipalities have a specific combination of postcode and street multiple times in several localities. For example, the street "Feldgasse" in the municipality of Großebersdorf with the the postcode 2203 exists four times, namely in the localities Eibesbrunn, Großebersdorf, Manhartsbrunn, and Putzing. If this is the case, we need to set the addr:city
tag to the value of the locality and not the municipality so that the address is unique. If there is one such case in a municipality, all addresses in the municipality have the locality in the addr:city
tag (such municipalities get the attribute municipality_has_ambiguous_addresses
).
Starting from v0.5.0, Austria Address Helper takes this into account and sets the addr:city
tag accordingly.
Release v0.4.0
Starting from this version, the plugin lets the user choose the address type ("street" vs. "place") and sets the "addr:street" or "addr:place" tag, respectively.