Changeset 31820 in osm for applications/editors/josm/plugins/mapillary/test
- Timestamp:
- 2015-12-12T19:53:47+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/TestUtil.java
r31795 r31820 10 10 import org.openstreetmap.josm.Main; 11 11 import org.openstreetmap.josm.data.projection.Projections; 12 import org.openstreetmap.josm.gui.preferences.ToolbarPreferences; 12 13 import org.openstreetmap.josm.plugins.mapillary.MapillaryLayer; 13 14 import org.openstreetmap.josm.tools.I18n; … … 44 45 Main.setProjection(Projections.getProjectionByCode("EPSG:3857")); // Mercator 45 46 isInitialized = true; 47 if (Main.toolbar == null) { 48 Main.toolbar = new ToolbarPreferences(); 49 } 46 50 } 47 51 }
Note:
See TracChangeset
for help on using the changeset viewer.