Changeset 29153 in osm for applications/editors/josm/plugins/smed2/src/seamap
- Timestamp:
- 2013-01-01T22:48:01+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/Map.java
r29152 r29153 38 38 39 39 public class Feature { 40 public long id;41 40 public Fflag flag; 42 41 public ArrayList<Long> refs; … … 50 49 51 50 void clean() { 52 id = 0;53 51 flag = Fflag.UNKN; 54 52 refs = new ArrayList<Long>();
Note:
See TracChangeset
for help on using the changeset viewer.