Changeset 18962 in osm for applications/editors/josm/plugins/openstreetbugs/src
- Timestamp:
- 2009-12-05T18:54:28+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/DownloadAction.java
r18482 r18962 85 85 Node osmNode = new Node(Long.parseLong(m.group(1))); 86 86 osmNode.setCoor(latlon); 87 osmNode. incomplete= false;87 osmNode.setIncomplete(false); 88 88 osmNode.put("id", m.group(1)); 89 89 osmNode.put("note", m.group(4));
Note:
See TracChangeset
for help on using the changeset viewer.