Skip to content

Releases: JOSM/Mapillary

v2.0.0-beta.15: Remove mapillary_sprite_source (now in mapcss style)

29 Jul 14:17
v2.0.0-beta.15
f5a6358
Compare
Choose a tag to compare
* significantly improve UI responsiveness when loading images.
* Fix smart edit functionality (should be on par with v3 api version)
* Move ObjectDetection enums into json -- ObjectDetection is a candidate
  for records
* Smart edit functionality now has a feedback ui (feedback not yet
  reported)

v2.0.0-beta.14

11 Jul 13:46
v2.0.0-beta.14
1172d1a
Compare
Choose a tag to compare
v2.0.0-beta.14 Pre-release
Pre-release
 Fix GitHub #197: "Unsupported get request" when clicking on a detect…

v2.0.0-beta.13

07 Jul 15:22
v2.0.0-beta.13
Compare
Choose a tag to compare
v2.0.0-beta.13 Pre-release
Pre-release

Update the URL of the online viewer for the image (patch by ireun)

v2.0.0-beta.12

01 Jul 13:14
v2.0.0-beta.12
0d3e3f2
Compare
Choose a tag to compare
v2.0.0-beta.12 Pre-release
Pre-release

Fix issue with negative/zero ids in point object layers

They can be combined (i.e. /mapillaryfilter?start=&end=&organization=<organization).
Start and end dates must be parsable by Instant#parse (see https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#parse-java.lang.CharSequence- and https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#ISO_INSTANT )

  • Remove unused code, unused methods, cleanup warnings

v2.0.0-beta.11: Caches: Improve unknown exception message

29 Jun 14:57
v2.0.0-beta.11
64f9f32
Compare
Choose a tag to compare
Also avoid Node#getCoor calls in some locations to avoid
new object creation.

v2.0.0-beta.10

08 Jun 19:52
v2.0.0-beta.10
6050f59
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release
Decrease memory allocations, add experimental mapcss renderer

v2.0.0-beta.9

05 May 23:29
v2.0.0-beta.9
39eed62
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release
Fix UI drawing on HiDPI displays

v2.0.0-beta.8.2

28 Apr 17:31
v2.0.0-beta.8.2
351ba66
Compare
Choose a tag to compare
v2.0.0-beta.8.2 Pre-release
Pre-release
Completely fix UI issues

v2.0.0-beta.8.1

27 Apr 23:43
Compare
Choose a tag to compare
v2.0.0-beta.8.1 Pre-release
Pre-release
Fix a UI issue

v2.0.0-beta.8

27 Apr 21:54
v2.0.0-beta.8
791ef63
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release
Various performance related fixes