Index: applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java
===================================================================
--- applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java	(revision 34140)
+++ applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java	(revision 34142)
@@ -356,5 +356,6 @@
 		CRS.decode(Main.getProjection().toCode());
 		crsOSMI = CRS.decode("EPSG:4326");
-		content = new MapContent(crsOSMI);
+		content = new MapContent();
+		content.getViewport().setCoordinateReferenceSystem(crsOSMI);
 
 		selectGeomType.add(GeomType.POINT);
