Skip to content

Releases: JOSM/Mapillary

v2.2.0

22 Aug 13:56
v2.2.0
3d113ab
Compare
Choose a tag to compare
Use jakarta.json instead of javax.json

v2.1.5: Fix #22961 and #23065

18 Jul 16:47
v2.1.5
dc9193a
Compare
Choose a tag to compare
* Fix #22961: CCE when updating a primitive
* Fix #23065: Mapillary fails to download images for a sequence

v2.1.4: Fix #22963: URL encoding errors when http2 is enabled

24 May 13:17
v2.1.4
e52c8b8
Compare
Choose a tag to compare
Also, fix another issue with http2 where OAuth wouldn't work.

v2.1.3

17 Apr 18:49
v2.1.3
5e2b90b
Compare
Choose a tag to compare
Fix filtering (UI)

v2.1.2: Various rendering fixes

20 Mar 20:59
v2.1.2
63c3b34
Compare
Choose a tag to compare
MapillaryLayer:
* Avoid allocations of Instant during painting
* Fix issue with painting across tile borders
* Add additional rendering options (similar to GPX track rendering)
MapillaryMapRenderer: Remove since all rendering happens in custom path
DataMouseListener: Don't set an empty highlight on mouse move -- this causes some paintstyles to flicker

v2.1.1

29 Dec 16:34
v2.1.1
7abb96e
Compare
Choose a tag to compare
Fix rendering bug with offsets

v2.1.0

13 Dec 17:42
v2.1.0
387f089
Compare
Choose a tag to compare
Update to JOSM r18613

v2.0.2

08 Dec 18:02
v2.0.2
be4dc55
Compare
Choose a tag to compare
Improve export process, fix Mapillary website not zooming to image

v2.0.1

27 Oct 18:30
v2.0.1
7c5c79f
Compare
Choose a tag to compare
Fix #22471: NPE in MapillaryExportDownloadThread.loadingFinished

v2.0.0

11 Oct 13:35
v2.0.0
5f8588b
Compare
Choose a tag to compare
Remove unused or unusable code

* MapillaryFilterChooseSigns: Tiles do not include data on signage
* MapillaryFilterDialog: Remove quality filter due to no data being
  available in tiles
* Add image navigation pane to switch between nearby images
* Github Action
* Fix #22298: UnsupportedTemporalTypeException: Unsupported field: Year
  in TrafficSignFilter
* Fix #22296: NPE on plugin update
* Reset graphics state after drawing layer (patch by ygra)