Skip to content

v2.0.0-beta.12

Pre-release
Pre-release

Choose a tag to compare

@tsmock tsmock released this 01 Jul 13:14
· 176 commits to master since this release
v2.0.0-beta.12
0d3e3f2

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