added attributes to UI

This commit is contained in:
Andreas Billmann
2015-03-24 21:32:20 +01:00
parent 85b744d247
commit 1caf0be107
4 changed files with 16 additions and 17 deletions

View File

@@ -189,18 +189,6 @@ public class GeocachingIcons {
// attributeMap.put(GEOTOUR_FALSE(-67);
}
public static Text getIconAsText(Attribute attribute, String iconSize) {
return createIcon(getIcon(attribute), iconSize);
}
public static Text getIconAsText(Attribute attribute) {
return getIconAsText(attribute, GlyphIcon.DEFAULT_ICON_SIZE);
}
public static String getIconAsString(Attribute attribute) {
return getIcon(attribute).characterToString();
}
public static GlyphIcons getIcon(Attribute attribute) {
GlyphIcons iconName = attributeMap.get(attribute);
if (iconName == null) {