Changeset 29371 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
- Timestamp:
- 2013-03-18T21:58:17+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
r27986 r29371 59 59 if( qName.equals("object") ) { 60 60 fields.isNode = attributes.getValue("type").equals("node"); 61 } else if( qName.equals("last-user") ) { 62 fields.lastUserId = Integer.parseInt(attributes.getValue("id")); 61 63 } else if( qName.equals("imagery-position") ) { 62 64 fields.imageryPos = parseLatLon(attributes); … … 102 104 } else if( qName.equals("object") ) { 103 105 fields.objectId = Integer.parseInt(accumulator.toString()); 104 } else if( qName.equals("last-user") ) {105 fields.lastUserId = Integer.parseInt(accumulator.toString());106 106 } else if( qName.equals("offset") || qName.equals("calibration-object") ) { 107 107 // store offset
Note:
See TracChangeset
for help on using the changeset viewer.
