changed empty attribute icon
This commit is contained in:
@@ -192,7 +192,7 @@ public class GeocachingIcons {
|
|||||||
public static GlyphIcons getIcon(Attribute attribute) {
|
public static GlyphIcons getIcon(Attribute attribute) {
|
||||||
GlyphIcons iconName = attributeMap.get(attribute);
|
GlyphIcons iconName = attributeMap.get(attribute);
|
||||||
if (iconName == null) {
|
if (iconName == null) {
|
||||||
iconName = FontAwesomeIcons.BLANK;
|
iconName = FontAwesomeIcons.SQUARE_ALT;
|
||||||
}
|
}
|
||||||
return iconName;
|
return iconName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user