diff --git a/app/src/main/java/de/apps4ics/mountainnavigation/Features.java b/app/src/main/java/de/apps4ics/mountainnavigation/Features.java index 72de264..5b3e8eb 100644 --- a/app/src/main/java/de/apps4ics/mountainnavigation/Features.java +++ b/app/src/main/java/de/apps4ics/mountainnavigation/Features.java @@ -13,7 +13,8 @@ public static final int PATH_CLIMBING = 3; //if a person has to climb on this path public static final int BREAK_STONE = 0; //if the break point is just a stone public static final int BREAK_BENCH = 1; //if the break point is a bench - public static final int BREAK_ADV = 2; //if the break point is advanced + public static final int BREAK_TABLE = 2; //if the break point has tables + public static final int BREAK_ROOFED = 2; //if the break point also is roofed //trash bins have no options //images might have no options //cell reception might has no options, (gets own DB table or predefined levels: level 0 => 0-20%, level 1 => 21-40%, ...)