Modify

Opened 3 years ago

Closed 2 years ago

#5593 closed defect (wontfix)

nodes lacks version tag

Reported by: arnotixe Owned by: team
Priority: normal Component: Core
Version: Keywords:
Cc:

Description

A fresh osm file created from scratch and not uploaded to OSM has no "version" tag on the nodes.

Josm should add "version='1'" to the node tag if no version is present, or osmosis will complain bigtime when dealing with the osm file.

a quick but should-be-inncessary workaround:

cat bad.osm |sed "s/<node i/<node version='1' i/" > good.osm

Attachments (0)

Change History (1)

comment:1 Changed 2 years ago by stoecker

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

The node has no server version yet, so version=1 would be wrong. I suggest to contact osmosis developers instead, so they fix their tool to handle that case.

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.