Changeset 2856 in osm for applications/editors/josm/plugins/tways/src/org/openstreetmap/josm/plugins/tways/CreateLinearWaysAction.java
- Timestamp:
- 2007-05-10T00:49:35+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tways/src/org/openstreetmap/josm/plugins/tways/CreateLinearWaysAction.java
r2844 r2856 28 28 29 29 public CreateLinearWaysAction() { 30 super("Create linearways");30 super("Create ways"); 31 31 } 32 32 … … 74 74 nextSegment = pss.getSegmentFromNode(nextSegment.to); 75 75 } 76 way.put("created_by", "Tways 0.2"); 76 77 ways.add(way); 77 78 commands.add(new AddCommand(way));
Note:
See TracChangeset
for help on using the changeset viewer.