Skip to content

v2.0.0-beta.2: Fix JOSM #20274, #21717, and #21817

Pre-release
Pre-release

Choose a tag to compare

@tsmock tsmock released this 01 Feb 18:01
· 229 commits to master since this release
v2.0.0-beta.2
bc3d3d9

v2.0.0-beta.2

  • JOSM #20274: Cannot zoom in to detail.
    • Mapillary has added an API field for thumb_original_url, which has the original (processed) image.
    • Breaking change: getWidth/getHeight from MapillaryCache now require a parameter (can be null).
  • JOSM #21717: add filter to display only images that are not panoramas
    • The filter allows users to see all images, panoramic images, or non-panoramic images, depending upon their choice.
  • JOSM #21817: NPE in MapillaryImageEntry#read
    • This is caused by old image urls. We've reset the maximum age for the image metadata to be cached to be the same as mirror.maxtime (advanced preferences). This defaults to 7 days (down from 700 days).