Modify

Opened 4 years ago

Closed 4 years ago

#3620 closed defect (fixed)

JOSM is creating invisible nodes

Reported by: mjulius Owned by: team
Priority: critical Component: Core
Version: latest Keywords:
Cc:

Description

In JOSM r2209:

  • open new layer
  • put a node in there
  • save the layer

JOSM says: "The document contains no data."

  • click on "Save anyway"

The file looks like this:

<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
  <node id='-1' action='modify' visible='false' lat='-1.3849332921057806' lon='-1.0229588474265718'>
    <tag k='note' v='test' />
  </node>
</osm>

Note the visible='false' property.

Attachments (0)

Change History (2)

comment:1 Changed 4 years ago by mjulius

Actually, r2206 is already doing the same. r2196 is working correctly.

And here is a test including a way and a relation which are also invisible.

<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
  <node id='-1' visible='false' lat='0.9776477375020779' lon='-1.9644430963855404' />
  <node id='-2' visible='false' lat='-1.0591094598296371' lon='0.4345311918272163' />
  <way id='-3' visible='false'>
    <nd ref='-1' />
    <nd ref='-2' />
  </way>
  <relation id='-4' visible='false'>
    <member type='way' ref='-3' role='' />
    <tag k='type' v='test' />
  </relation>
</osm>

comment:2 Changed 4 years ago by Gubaer

  • Resolution set to fixed
  • Status changed from new to closed

Should be fixed in r2213.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.