Changes between Initial Version and Version 2 of Ticket #16499


Ignore:
Timestamp:
2018-07-20T20:04:10+02:00 (6 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16499

    • Property Keywords changeset added
  • Ticket #16499 – Description

    initial v2  
    1010I traced into the code, it's fired in:
    1111OsmReader.java  function: readCommon()   line: 587
    12 //--------------------------------
     12{{{
     13#!java
    1314            if (current.getChangesetId() <= 0) {
    1415                if (current.isNew()) {
     
    2425                }
    2526            }
    26 
    27 //--------------------------------
     27}}}
    2828
    2929few line of that file: china-latest.osm
    3030
     31{{{
     32#!xml
    3133<?xml version='1.0' encoding='UTF-8'?>
    3234<osm version="0.6" generator="osmconvert 0.8.5" timestamp="2018-07-02T20:00:02Z">
    3335        <bounds minlat="14.27437" minlon="73.41788" maxlat="53.65559" maxlon="134.8558999"/>
    3436        <node id="274901" lat="22.3460512" lon="114.1811521" version="7" timestamp="2014-01-08T15:00:31Z" changeset="0"/>
     37}}}
    3538
    3639Whether changeset can be 0 for a existing node ?
     
    3841
    3942==== What is the expected result?
    40 open sucuessful
     43open successful
    4144
    4245==== What happens instead?