Index: /applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyLat.java
===================================================================
--- /applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyLat.java	(revision 22890)
+++ /applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyLat.java	(revision 22891)
@@ -217,4 +217,7 @@
 				setStyleIndex(LAT_BEACON);
 		} else if (keys.containsKey("seamark:type")
+				&& (keys.get("seamark:type").equals("beacon_lateral"))) {
+			setStyleIndex(LAT_BEACON);
+		} else if (keys.containsKey("seamark:type")
 				&& (keys.get("seamark:type").equals("light_float"))) {
 			setStyleIndex(LAT_FLOAT);
