Skip to content

v2.0.0-alpha.44

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsmock tsmock released this 11 Nov 18:52
· 224 commits to master since this release
v2.0.0-alpha.44
42bb969

What's Changed

v2.0.0-alpha.44

MapillaryDownloader: Attempt to fix #21553: Failed to remove primitive

v2.0.0-alpha.43

Fix various CME's

v2.0.0-alpha.41

Import: Drop image imports

Since Mapillary does not have a public upload API, and we now use JOSM's
image viewer, it is pointless for users to "import" images into the
Mapillary layer. JOSM also supports opening directories of images now.

In the event upload is re-added, it will most likely be on a GeoImage by
GeoImage layer basis, and will not import the images into the Mapillary
layer.

Also improve speed and viewing experience for images.

v2.0.0-alpha.40

Fix JOSM #21481: MapillaryLayer not repainting on image change

v2.0.0-alpha.39

JOSM ImageViewer: Enable copy button (link to Mapillary.com)

v2.0.0-alpha.38

Fix JOSM #21443: Mapillary Filter changes interpreted as JOSM hotkey

v2.0.0-alpha.37

Use JOSM image viewer

  • See JOSM #16472: "Add support to 360/spherical image" for the
    enablement of 360 imagery in JOSM core. Painting of detections is now
    down by drawing on the buffered image, which isn't ideal, but will be
    fixed as soon as the math and ui results for 360 images makes sense.
  • May fix #21295: Mapillary shows grey sequence links which cannot be
    followed
  • Object Detections are no longer shown by default -- there is no button
    for it right now, so they are hidden to avoid cluttering the image
    viewer
  • May fix #21406: Crash on Mapillary password change
  • May fix #21264: null in sequence nodes

Full Changelog: v1.5.37...v2.0.0-alpha.43