Changeset 6070 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java
- Timestamp:
- 2013-07-17T00:01:49+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java
r5891 r6070 124 124 .setOptional(true).get(); 125 125 } 126 126 127 127 public static ImageIcon getNodeIcon(Tag tag) { 128 128 return getNodeIcon(tag, true); 129 129 } 130 130 131 131 public static ImageIcon getNodeIcon(Tag tag, boolean includeDeprecatedIcon) { 132 132 if (tag != null) {
Note:
See TracChangeset
for help on using the changeset viewer.
