diff --git a/OsmAnd/src/net/osmand/plus/routing/AlarmInfo.java b/OsmAnd/src/net/osmand/plus/routing/AlarmInfo.java index 1132d2877d..ecdf3a19f2 100644 --- a/OsmAnd/src/net/osmand/plus/routing/AlarmInfo.java +++ b/OsmAnd/src/net/osmand/plus/routing/AlarmInfo.java @@ -11,12 +11,12 @@ public class AlarmInfo implements LocationPoint { SPEED_CAMERA(1), SPEED_LIMIT(2), BORDER_CONTROL(3), - TRAFFIC_CALMING(4), - TOLL_BOOTH(5), - STOP(6), - MAXIMUM(7), + RAILWAY(4), + TRAFFIC_CALMING(5), + TOLL_BOOTH(6), + STOP(7), PEDESTRIAN(8), - RAILWAY(9); + MAXIMUM(9); private int priority;