-
v2.1.2 protected63c3b344 · ·
Various rendering fixes 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.0.0 protected5f8588bb · ·
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)
-
v2.0.0-beta.17 protected5dfe9444 · ·
PointObjectLayer: Improve deselection behavior * Fix issues with rotated images * Write feedback to disk until we have an API
-
v2.0.0-beta.16 protected091e73f6 · ·
Fix an NPE that occurs when a selected sequence is loading, and then no sequence is selected
-
v2.0.0-beta.15 protectedf5a63588 · ·
Remove mapillary_sprite_source (now in mapcss style) * 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 protected1172d1ab · ·
Fix GitHub #197: "Unsupported get request" when clicking on a detected point object
-
v2.0.0-beta.13 protected3fe204ff · ·
Update the URL of the online viewer for the image (patch by ireun)
-
v2.0.0-beta.12 protected0d3e3f2b · ·
Fix issue with negative/zero ids in point object layers * i18n: Update translations * PointObjectLayer: Don't add empty tiles * DataMouseListener: Don't highlight or select objects with negative ids * MapillaryURL: Ensure ids are positive * Add a remote control endpoint for setting filters on Mapillary imagery * http://localhost:8111/mapillaryfilter -> Reset user filters * http://localhost:8111/mapillaryfilter?start=2020-01-01T00:00:00Z -> Reset user filters, set start date to 2020-01-01 * http://localhost:8111/mapillaryfilter?end=2020-01-01T00:00:00Z -> Reset user filters, set end date to 2020-01-01 * http://localhost:8111/mapillaryfilter?organization=1805883732926354 -> Reset user filters, set organization to show to Kaart They can be combined (i.e. /mapillaryfilter?start=<start>&end=<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 Signed-off-by: Taylor Smock <tsmock@fb.com>
-
v2.0.0-beta.11 protected64f9f327 · ·
Caches: Improve unknown exception message Also avoid Node#getCoor calls in some locations to avoid new object creation.