Index: /applications/editors/josm/plugins/public_transport_layer/build.xml
===================================================================
--- /applications/editors/josm/plugins/public_transport_layer/build.xml	(revision 32816)
+++ /applications/editors/josm/plugins/public_transport_layer/build.xml	(revision 32817)
@@ -3,5 +3,5 @@
 
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="10580"/>
+    <property name="plugin.main.version" value="10808"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: /applications/editors/josm/plugins/public_transport_layer/src/ptl/PublicTransportLayer.java
===================================================================
--- /applications/editors/josm/plugins/public_transport_layer/src/ptl/PublicTransportLayer.java	(revision 32816)
+++ /applications/editors/josm/plugins/public_transport_layer/src/ptl/PublicTransportLayer.java	(revision 32817)
@@ -37,5 +37,5 @@
 
 public class PublicTransportLayer extends Layer {
-    private static final ImageProvider ICON = new ImageProvider("presets/misc", "path");
+    private static final ImageProvider ICON = new ImageProvider("presets/misc", "route");
     private boolean doDrawArrows = true;
     private boolean doDrawRefLabels = true;
