Skip to content

Commit

Permalink
New tag keys and values
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Jan 28, 2024
1 parent e9e63fe commit 9fca8dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/java/mobi/maptrek/maps/maptrek/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,8 @@ public static void recalculateTypeZooms() {
"mtb:scale",
"mtb:scale:uphill",
"mtb:scale:imba",
"artwork_type"
"artwork_type",
"disputed"
};
final static int MAX_KEY = keys.length - 1;

Expand Down Expand Up @@ -1808,7 +1809,9 @@ public static void recalculateTypeZooms() {
"turntable",
"aboriginal_lands",
"ridge",
"arete"
"arete",
"goods",
"square"
};
public final static int MAX_VALUE = values.length - 1;
}

0 comments on commit 9fca8dd

Please sign in to comment.