Index: /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages.properties
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages.properties	(revision 27130)
+++ /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages.properties	(revision 27131)
@@ -267,2 +267,12 @@
 RadioMast=Radio Mast
 WindMotor=Wind Motor
+Mast=Mast
+WindSock=Wind sock
+Column=Column
+Obelisk=Obelisk
+Statue=Statue
+Cross=Cross
+Dome=Dome
+RadarScanner=Radar Scanner
+Windmill=Windmill
+SpireMinaret=Spire/Minaret
Index: /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_de.properties
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_de.properties	(revision 27130)
+++ /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_de.properties	(revision 27131)
@@ -267,2 +267,12 @@
 RadioMast=Radio Mast
 WindMotor=Wind Motor
+Mast=Mast
+WindSock=Wind sock
+Column=Column
+Obelisk=Obelisk
+Statue=Statue
+Cross=Cross
+Dome=Dome
+RadarScanner=Radar Scanner
+Windmill=Windmill
+SpireMinaret=Spire/Minaret
Index: /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_en.properties
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_en.properties	(revision 27130)
+++ /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/msg/messages_en.properties	(revision 27131)
@@ -267,2 +267,12 @@
 RadioMast=Radio Mast
 WindMotor=Wind Motor
+Mast=Mast
+WindSock=Wind sock
+Column=Column
+Obelisk=Obelisk
+Statue=Statue
+Cross=Cross
+Dome=Dome
+RadarScanner=Radar Scanner
+Windmill=Windmill
+SpireMinaret=Spire/Minaret
Index: /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelLights.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelLights.java	(revision 27130)
+++ /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelLights.java	(revision 27131)
@@ -137,6 +137,9 @@
 		landCatBox.addActionListener(alLandCatBox);
 		addLCItem("", Cat.NONE);
+		addLCItem(Messages.getString("Tower"), Cat.LMK_TOWR);
+		addLCItem(Messages.getString("WaterTower"), Cat.LMK_WTRT);
 		addLCItem(Messages.getString("Chimney"), Cat.LMK_CHMY);
-		addLCItem(Messages.getString("Cairn"), Cat.LMK_CARN);
+		addLCItem(Messages.getString("Mast"), Cat.LMK_MAST);
+		addLCItem(Messages.getString("Column"), Cat.LMK_CLMN);
 		addLCItem(Messages.getString("DishAerial"), Cat.LMK_DSHA);
 		addLCItem(Messages.getString("Flagstaff"), Cat.LMK_FLGS);
@@ -144,7 +147,14 @@
 		addLCItem(Messages.getString("Monument"), Cat.LMK_MNMT);
 		addLCItem(Messages.getString("RadioMast"), Cat.LMK_RADM);
-		addLCItem(Messages.getString("Tower"), Cat.LMK_TOWR);
 		addLCItem(Messages.getString("WindMotor"), Cat.LMK_WNDM);
-		addLCItem(Messages.getString("WaterTower"), Cat.LMK_WTRT);
+		addLCItem(Messages.getString("WindSock"), Cat.LMK_WNDS);
+		addLCItem(Messages.getString("Obelisk"), Cat.LMK_OBLK);
+		addLCItem(Messages.getString("Statue"), Cat.LMK_STAT);
+		addLCItem(Messages.getString("Cross"), Cat.LMK_CROS);
+		addLCItem(Messages.getString("Dome"), Cat.LMK_DOME);
+		addLCItem(Messages.getString("RadarScanner"), Cat.LMK_SCNR);
+		addLCItem(Messages.getString("Windmill"), Cat.LMK_WNDL);
+		addLCItem(Messages.getString("SpireMinaret"), Cat.LMK_SPIR);
+		addLCItem(Messages.getString("Cairn"), Cat.LMK_CARN);
 		landCatBox.setVisible(false);
 
Index: /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java
===================================================================
--- /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java	(revision 27130)
+++ /applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java	(revision 27131)
@@ -171,6 +171,7 @@
 		SIS_PTCL, SIS_PTED, SIS_IPT, SIS_BRTH, SIS_DOCK, SIS_LOCK, SIS_FBAR, SIS_BRDG, SIS_DRDG, SIS_TRFC,
 		SIS_DNGR, SIS_OBST, SIS_CABL, SIS_MILY, SIS_DSTR, SIS_WTHR, SIS_STRM, SIS_ICE, SIS_TIME, SIS_TIDE,
-		SIS_TSTM, SIS_TGAG, SIS_TSCL, SIS_DIVE, SIS_LGAG,
-		LIT_DIRF, LIT_LEDG, LMK_CHMY, LMK_CARN, LMK_DSHA, LMK_FLGS, LMK_FLRS, LMK_MNMT, LMK_RADM, LMK_TOWR, LMK_WNDM, LMK_WTRT
+		SIS_TSTM, SIS_TGAG, SIS_TSCL, SIS_DIVE, SIS_LGAG, LIT_DIRF, LIT_LEDG,
+		LMK_CHMY, LMK_CARN, LMK_DSHA, LMK_FLGS, LMK_FLRS, LMK_MNMT, LMK_RADM, LMK_TOWR, LMK_WNDM, LMK_WTRT,
+		LMK_MAST, LMK_WNDS, LMK_CLMN, LMK_OBLK, LMK_STAT, LMK_CROS, LMK_DOME, LMK_SCNR, LMK_WNDL, LMK_SPIR
 	}
 
@@ -244,5 +245,15 @@
 		CatSTR.put(Cat.LMK_WNDM, "windmotor");
 		CatSTR.put(Cat.LMK_WTRT, "water_tower");
-	}
+		CatSTR.put(Cat.LMK_MAST, "mast");
+		CatSTR.put(Cat.LMK_WNDS, "wind_sock");
+		CatSTR.put(Cat.LMK_CLMN, "column");
+		CatSTR.put(Cat.LMK_OBLK, "obelisk");
+		CatSTR.put(Cat.LMK_STAT, "statue");
+		CatSTR.put(Cat.LMK_CROS, "cross");
+		CatSTR.put(Cat.LMK_DOME, "dome");
+		CatSTR.put(Cat.LMK_SCNR, "radar");
+		CatSTR.put(Cat.LMK_WNDL, "windmill");
+		CatSTR.put(Cat.LMK_SPIR, "spire");
+			 	}
 
 	private Cat category = Cat.NONE;
