Index: /applications/editors/josm/plugins/seachart/src/render/Rules.java
===================================================================
--- /applications/editors/josm/plugins/seachart/src/render/Rules.java	(revision 30931)
+++ /applications/editors/josm/plugins/seachart/src/render/Rules.java	(revision 30932)
@@ -485,4 +485,8 @@
 			}
 			Renderer.symbol(feature, symb, new Delta(Handle.CC, AffineTransform.getRotateInstance(Math.toRadians(orient))));
+			String chn;
+			if ((chn = (String) getAttVal(feature, feature.type, 0, Att.COMCHA)) != null) {
+				Renderer.labelText(feature, ("Ch." + chn), new Font("Arial", Font.PLAIN, 50), Color.black, new Delta(Handle.TC, AffineTransform.getTranslateInstance(0,50)));
+			}
 		}
 	}
