Changes between Initial Version and Version 2 of Ticket #16499
- Timestamp:
- 2018-07-20T20:04:10+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16499
- Property Keywords changeset added
-
Ticket #16499 – Description
initial v2 10 10 I traced into the code, it's fired in: 11 11 OsmReader.java function: readCommon() line: 587 12 //-------------------------------- 12 {{{ 13 #!java 13 14 if (current.getChangesetId() <= 0) { 14 15 if (current.isNew()) { … … 24 25 } 25 26 } 26 27 //-------------------------------- 27 }}} 28 28 29 29 few line of that file: china-latest.osm 30 30 31 {{{ 32 #!xml 31 33 <?xml version='1.0' encoding='UTF-8'?> 32 34 <osm version="0.6" generator="osmconvert 0.8.5" timestamp="2018-07-02T20:00:02Z"> 33 35 <bounds minlat="14.27437" minlon="73.41788" maxlat="53.65559" maxlon="134.8558999"/> 34 36 <node id="274901" lat="22.3460512" lon="114.1811521" version="7" timestamp="2014-01-08T15:00:31Z" changeset="0"/> 37 }}} 35 38 36 39 Whether changeset can be 0 for a existing node ? … … 38 41 39 42 ==== What is the expected result? 40 open suc uessful43 open successful 41 44 42 45 ==== What happens instead?