added cito event and mega event type
This commit is contained in:
@@ -63,6 +63,8 @@ public class GeocachingIcons {
|
||||
break;
|
||||
|
||||
case EVENT:
|
||||
case CITO_EVENT:
|
||||
case MEGA_EVENT:
|
||||
iconName = "/icons/iconmonstr-calendar-4-icon.png";
|
||||
break;
|
||||
|
||||
|
||||
@@ -15,7 +15,9 @@ public enum Type {
|
||||
EVENT("Event Cache"),
|
||||
WHERIGO("Wherigo Cache"),
|
||||
WEBCAM_CACHE("Webcam Cache"),
|
||||
VIRTUAL_CACHE("Virtual Cache");
|
||||
VIRTUAL_CACHE("Virtual Cache"),
|
||||
CITO_EVENT("Cache In Trash Out Event"),
|
||||
MEGA_EVENT("Mega-Event Cache");
|
||||
|
||||
private String groundspeakString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user