source: osm/applications/editors/josm/plugins/mapillary/README.md@ 32065

Last change on this file since 32065 was 31988, checked in by floscher, 9 years ago

[mapillary] Add Codacy badge to README and fix some issues in the TrafficoSign class

File size: 1.6 KB
Line 
1# Mapillary-plugin for [JOSM](https://josm.openstreetmap.de)
2
3[![build status](https://img.shields.io/travis/floscher/josm-mapillary-plugin/master.svg?style=flat-square)](https://travis-ci.org/floscher/josm-mapillary-plugin)
4[![code coverage](https://img.shields.io/codecov/c/github/floscher/josm-mapillary-plugin/master.svg?style=flat-square)](https://codecov.io/github/floscher/josm-mapillary-plugin?branch=master)
5[![technical debt](https://img.shields.io/sonar/https/josm.openstreetmap.de/sonar/josm-plugins:mapillary/sqale_debt_ratio.svg?style=flat-square)](https://josm.openstreetmap.de/sonar/drilldown/measures/3325?metric=sqale_index)
6[![code quality](https://img.shields.io/codacy/49bb5717d8a64575b0b4ce771c62f1d7.svg?style=flat-square)](https://www.codacy.com/app/floscher/josm-mapillary-plugin)
7[![latest release](https://img.shields.io/github/release/floscher/josm-mapillary-plugin.svg?style=flat-square)](https://github.com/floscher/josm-mapillary-plugin/releases/latest)
8![license: GPLv2 or later](https://img.shields.io/badge/license-GPLv2 or later-blue.svg?style=flat-square)
9
10A plugin for showing Mapillary images inside the OpenStreetMap-Editor JOSM.
11
12You can both download images from mapillary.com or import them from your harddrive.
13
14Support for uploading images and modifying images on Mapillary-servers is in the works, stay tuned.
15
16For instructions on setting up your local copy of this repository, see [INSTALL.md](INSTALL.md).
17
18Our contribution guidelines can be found in [CONTRIBUTING.md](CONTRIBUTING.md).
19
20* Maintainer: nokutu <nokutu@openmailbox.org>
21* License: GPL v2 or later
22* Feel free to contact me for any bug or suggestion.
Note: See TracBrowser for help on using the repository browser.