Changeset 1553 in josm for trunk/src/org


Ignore:
Timestamp:
2009-04-22T08:10:20+02:00 (15 years ago)
Author:
ulfl
Message:

add "addr:housenumber" to the list of names to display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java

    r1551 r1553  
    12571257        leftHandTraffic = Main.pref.getBoolean("mappaint.lefthandtraffic",false);
    12581258        orderFont = new Font(Main.pref.get("mappaint.font","Helvetica"), Font.PLAIN, Main.pref.getInteger("mappaint.fontsize", 8));
    1259         String[] names = {"name:"+Main.getLanguageCode(), "name", "int_name", "ref", "operator", "brand"};
     1259        String[] names = {"name:"+Main.getLanguageCode(), "name", "int_name", "ref", "operator", "brand","addr:housenumber"};
    12601260        regionalNameOrder = Main.pref.getCollection("mappaint.nameOrder", Arrays.asList(names));
    12611261        minEN = nc.getEastNorth(0,nc.getHeight()-1);
Note: See TracChangeset for help on using the changeset viewer.