Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.5.4
    Release 1.5.4
    
    * allow importing from existing GeoImageLayer // 3547acd4196ffde8cc5f83c3785eff583c68f89d
    * prepare for image detections other than traffic signs (these are painted green instead of orange and without the icon) // a62194de9f6031d6141e09c1759331a4218efbb5
    * no longer use APIv2, APIv3 is now also used for login and changeset submission // 555dc47dd72c65539c020a04d4bec78c9c78cdb7
    * allow opening a Mapillary layer without an open OsmDataLayer // 81056da82857ab204fc1215bebce1bac54eddabd
    * make layer stats more detailed (previously only the *combined* count of imported and downloaded images was displayed) // 1b5242e9b92e25f525cd7fb37012d4efeca0307d
    * the minimum required JOSM (10824 → 12128) and the JOSM version against which the plugin is compiled (11826 → 12275) have changed // c018e22bbb8284f1429fdb45bb3c569de452f75d aa57b29bc438e94c0d09858a1afa68c7b2427376
    * various smaller fixes and i18n updates…
    
  • v1.5.4-beta.3
    Pre-release 1.5.4-beta.3
    
  • v1.5.4-beta.2
    Pre-release 1.5.4-beta.2
    
  • v1.5.4-beta
    Pre-release 1.5.4
    
  • v1.5.3
    Release 1.5.3
    
    Hotfix for 1.5.2: The method generating URLs for downloading images was broken, so only cached images were displayed. This is now fixed in this release.
    
  • v1.5.2
    Release 1.5.2
    
    * further work on synchronization to avoid deadlocks (see https://josm.openstreetmap.de/ticket/14638)
    * fix NullPointerException when trying to "jump to blue" (see https://josm.openstreetmap.de/ticket/12742)
    * fix IllegalComponentStateException when the plugin wants to show a ImageInfoHelpPopup (see https://github.com/JOSM/Mapillary/issues/48 and https://josm.openstreetmap.de/ticket/14627)
    * caches are all moved to a centralized class
    * more test coverage
    
  • v1.5.1
    Release 1.5.1
    
    * fix deadlock in MapillaryData
    * add more unit tests for JsonDecoders
    * fix serialization of UserProfile
    * Fix NullPointerException when calling equals() or hashCode() on a MapillaryImportedImage with file set to null
    
  • v1.5.0
    Release 1.5.0
    
    * traffic signs are now shown on top of the image (can be deactivated in the ImageInfoPanel)
    * new MapObjectLayer (not interactive at the moment)
    * switch to APIv3, drop most of APIv2
    * rework JSON decoding (with good code coverage), decoding is now separated from downloading
    * no longer cut off sequences at the bounds of the downloaded area
    * improve MapillarySquareDownloader, remove unnecessary ThreadPoolExecutors
    * the ImageInfoPanel now shows the username and avatar of the user who uploaded the image
    * update filter with new sign names
    * avoid triggering keyboard shortcuts when entering a username into the filter (#35)
    * minor bug & code style fixes
    * update I18n
    * …
    
  • v1.4.3-beta
    Pre-release 1.4.3-beta
    
    Preview for the new map objects layer and for downloading sequences using APIv3.
    Feel free to test drive it by copying the `Mapillary.jar` file into your `~/.josm/plugins/` directory.
    
    If you encounter a bug, it would be great if you could report it via https://github.com/JOSM/Mapillary/issues/new
    
  • v1.4.2
    de54a53e · Merge fix for issue 14429 ·
    Release 1.4.2
    
    More bugfixes:
    * https://josm.openstreetmap.de/ticket/14429
    * https://josm.openstreetmap.de/ticket/14438
    
  • v1.4.1
    Release 1.4.1
    
    Bugfix release containing fixes for the following issues by Don-vip:
    * https://josm.openstreetmap.de/ticket/13338
    * https://josm.openstreetmap.de/ticket/14110
    * https://josm.openstreetmap.de/ticket/11841
    
  • v1.4.0
    Release 1.4.0
    
    * additional information for images is displayed in a new panel
    * some help texts are displayed to explain, where you can find certain functionality
    * the calculation of the nearest images to a given location has been optimized
    * image keys and sequence keys are no longer validated, because any string can be such a key
    * new icons
    * i18n updates
    * several minor fixes and improvements under the hood, for a complete changeset visit https://github.com/JOSM/Mapillary/compare/v1.3.2...v1.4.0
    
  • v1.4.0-beta
    Pre-release 1.4.0-beta
    
  • v1.3.2
    Release 1.3.2
    
    * fix NullPointerException in SelectMode.mouseMoved (https://josm.openstreetmap.de/ticket/13624)
    * allow the upload of images without needing to open the website https://www.mapillary.com/map/upload/im in a browser (PR #24)
    * fix NullPointerException in MapillaryLayer (https://josm.openstreetmap.de/ticket/13783)
    * Submit changesets asynchronously and show notifications when errors occur (PR #29)
    * many minor fixes "under the hood"
    
    This version is tested against the currently latest JOSM version 11223, but it should work with versions since 10580.
    
  • v1.3.1
    Release 1.3.1
    
    * I18n updates
    * Bugfix: Images snapped back to their original location after being moved or rotated.
    
  • v1.3.0
    Release v1.3.0
    
    * new style for image markers similar to mapillary.com
    * fix OAuth login, the URL has changed and needed an update
    * no longer crash JOSM, when pressing undo while no commands to undo are in the history
    * remove some deprecated method calls
    
    Beginning with this release we are using GitHub for developing the plugin. For our users nothing should change, except you might notice that the format of our version numbers has changed from numeric versioning to semantic versioning.
    
  • v1.2.2
    e5c1938f · Fixed CacheTest ·
    * Reworked traffic sign system and fixed filter
    * Fixed several bugs
    * Updated some code to Java 8
  • v1.2.1-beta.1
  • v1.2.0
    826c69b8 · i18n update ·
    Release v1.2.0
    
    * changesets can now be uploaded (if the preference `mapillary.developer` is set to `true`)
    * new icon set
    * preference panel is now styled more like the website
    * remove preference mapillary.reverse-buttons and added mapillary.hover-enabled
    * use the new LayerManager introduced by the JOSM-core GSoC project
    * add more test coverage
    
  • v1.1.5
    60835062 · Increased version number ·
    * Added possibility to import png images in a sequence.
    * Enhances in icon visualization, only those in the mapview will be drawn.