Changeset 19329 in osm
- Timestamp:
- 2010-01-08T09:12:11+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/duplicateway/src/org/openstreetmap/josm/plugins/duplicateway/DuplicateWayAction.java
r13497 r19329 35 35 * Duplicate an existing set of ordered ways, offset by a specified distance. 36 36 * 37 * This basic version just creates a completely sep erate way and makes no37 * This basic version just creates a completely separate way and makes no 38 38 * attempt to attach it to any other ways. 39 39 * -
applications/editors/josm/plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerReader.java
r17375 r19329 37 37 * m text - Status message l name [size] - Access landsat image name. size 38 38 * is returned if it needs to be downloaded. e text - Error message s nnn - 39 * Start node data stream, nnn sep erate tracings to follow t nnn - Start39 * Start node data stream, nnn separate tracings to follow t nnn - Start 40 40 * tracing, nnn nodes to follow x [o] - End of Tracing. o indicates do not 41 41 * connect last node to first n lat lon [o] - Node. o indicates it is an -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/OverlappingWays.java
r17722 r19329 94 94 /* These ways not seen before 95 95 * If two or more of the overlapping ways are 96 * highways or railways mark a sep erate error96 * highways or railways mark a separate error 97 97 */ 98 98 if ((highlight = ways_seen.get(current_ways)) == null)
Note:
See TracChangeset
for help on using the changeset viewer.