Changeset 26802 in osm for applications/editors
- Timestamp:
- 2011-10-08T11:31:02+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/reltoolbox/src/relcontext
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java
r25649 r26802 1 1 package relcontext; 2 2 3 import org.openstreetmap.josm.gui.DefaultNameFormatter; 3 4 import org.openstreetmap.josm.gui.MapFrame; 4 5 import org.openstreetmap.josm.plugins.Plugin; … … 10 11 public RelContextPlugin( PluginInformation info ) { 11 12 super(info); 13 DefaultNameFormatter.registerFormatHook(new ExtraNameFormatHook()); 12 14 } 13 15 -
applications/editors/josm/plugins/reltoolbox/src/relcontext/possible_roles.txt
r25794 r26802 10 10 street: street, address, house, associated 11 11 collection: member, street, river, railway, address, associated 12 associatedStreet: street, house 13 lane_restriction: from, to, via
Note:
See TracChangeset
for help on using the changeset viewer.