Changeset 31421 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-07-30T13:44:17+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r31420 r31421 161 161 gradleVersion = '2.5' 162 162 } 163 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportTest.java
r31419 r31421 32 32 new LatLon(0, 0)); 33 33 assertEquals(0, img.getCa(), 0.01); 34 assert (Main.map.mapView.getRealBounds().getCenter().equalsEpsilon(img 35 .getLatLon())); 34 assertTrue(new LatLon(0, 0).equalsEpsilon(img.getLatLon())); 36 35 } 37 36
Note:
See TracChangeset
for help on using the changeset viewer.