NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

2
1

I am trying to merge an OSM saved file (new POIs) with a current planet extract.

Osmosis complains, that the file saved by JOSM is not propper API v0.6 format because the version attribute is missing.

Is there a way to process such files with Osmosis?

If I use osmosis-0.35 which supports API 0.5 and change the API version tag manually in the XML, osmosis complains about the timestamp attribute being missing.

asked 16 Jul '18, 12:30

AddisMap_Alexander's gravatar image

AddisMap_Ale...
1.1k314062
accept rate: 0%

I've found this:

Osmosis is not compatible with JOSM format OSM files. JOSM OSM files are editor oriented and deviate from Osmosis in a number of ways (version and action attributes at least ...) If you wish to discuss this in more detail please post to the osmosis-dev mailing list, but for now there are no plans to rectify this.

https://trac.openstreetmap.org/ticket/2620

(31 Jul '18, 02:04) xronos

The underlying problem is that newly created data in editors typically has neither a valid version nor id attribute (as these are allocated on upload by the OSM API). But it isn't difficult to simply renumber an XML file and add a version="1" attribute argument to objects that don't have one and an id that doesn't conflict with existing ones.

Naturally you won't be able to use the resulting data for uploading, or anything similar, to the OSM API.

permanent link

answered 31 Jul '18, 23:35

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×252

question asked: 16 Jul '18, 12:30

question was seen: 1,658 times

last updated: 31 Jul '18, 23:35

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum