Changeset 31348 in osm


Ignore:
Timestamp:
2015-07-07T13:56:40+02:00 (9 years ago)
Author:
floscher
Message:

Add authors.txt and improve README

Also two minor formatting improvements were added from the GitHub master-branch.

Location:
applications/editors/josm/plugins/mapillary
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/README

    r31341 r31348  
    1 README
     1Mapillary-plugin for JOSM
    22======
    33
    4     * nokutu <nokutu@openmailbox.org>
    5    
    6     * License: GPL v2 or later
    7      
    8     * Feel free to contact me for any bug or suggestion.
     4A plugin for showing Mapillary images inside the OpenStreetMap-Editor JOSM.
    95
     6You can both download images from mapillary.com or import them from your harddrive.
     7
     8Support for uploading images and modifying images on Mapillary-servers is in the works, stay tuned.
     9
     10* Maintainer: nokutu <nokutu@openmailbox.org>
     11* License: GPL v2 or later
     12* Feel free to contact me for any bug or suggestion.
  • applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryImportedImage.java

    r31341 r31348  
    3131    /**
    3232     * Returns the pictures of the file.
    33      * 
    34      * @return An BufferedImage object containing the pictures.
     33     *
     34     * @return A BufferedImage object containing the pictures.
    3535     * @throws IOException
    36      * @throws IllegalArgumentException if file is currently set to null 
     36     * @throws IllegalArgumentException if file is currently set to null
    3737     */
    3838    public BufferedImage getImage() throws IOException {
  • applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportedImageTest.java

    r31347 r31348  
    88public class ImportedImageTest {
    99
    10         @Before
    11         public void setUp() {
    12                 MapillaryData.TEST_MODE = true;
    13 
    14         }
    15        
     10    @Before
     11    public void setUp() {
     12        MapillaryData.TEST_MODE = true;
     13    }
    1614
    1715    @Test(expected=IllegalArgumentException.class)
Note: See TracChangeset for help on using the changeset viewer.