Changeset 31793 in osm for applications/editors
- Timestamp:
- 2015-12-03T22:27:35+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/traffico/TrafficoGlyph.java
r31787 r31793 11 11 12 12 public class TrafficoGlyph { 13 private TrafficoGlyph() { 14 // private constructor to avoid instantiation 15 } 13 16 private static Map<String, Character> glyphs; 14 17 … … 31 34 return glyphs.get(key); 32 35 } 33 34 public static void main(String[] args) {35 System.out.println(TrafficoGlyph.getGlyph("h"));36 System.out.println(TrafficoGlyph.getGlyph("DE-arrow-up"));37 }38 36 }
Note:
See TracChangeset
for help on using the changeset viewer.