Changeset 25680 in osm for applications/editors/josm/plugins/relcontext/src/relcontext/RelContextDialog.java
- Timestamp:
- 2011-03-23T17:57:13+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/RelContextDialog.java
r25679 r25680 300 300 301 301 private static final Map<String, String[]> possibleRoles = new HashMap<String, String[]>(); 302 {302 static { 303 303 possibleRoles.put("boundary", new String[] {"admin_centre", "label", "subarea"}); 304 304 possibleRoles.put("route", new String[] {"forward", "backward", "stop", "platform"}); … … 411 411 add(new DeleteChosenRelationAction(chosenRelation)); 412 412 add(new DownloadParentsAction(chosenRelation)); 413 addSeparator(); 414 add(new SelectInRelationPanelAction(chosenRelation)); 415 add(new RelationHelpAction(chosenRelation)); 413 416 } 414 417 }
Note:
See TracChangeset
for help on using the changeset viewer.