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

On a JOSM upload, if a potential problem such as a single-node way is found, a dialog box appears:

JOSM validator box

Is it possible to copy details of the errors from this? It seems not to be.

asked 14 Sep '13, 10:48

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%


If by "copying" you mean "put in the copy-paste buffer", then it seems to be possible at a basic level:

  • Get the dialog to appear or even use the validatior tool in the sidebar
  • Open all branches of the tree using the mouse
  • Type Ctrl-A to select all and Ctrl-C to copy
  • Open your favorite text editor and type Ctrl-V to paste

It returns something like

Warnings
Crossing buildings (1)
TestError [tester=org.openstreetmap.josm.data.validation.tests.CrossingWays@7a48772, code=601]
Building inside building (2)
TestError [tester=org.openstreetmap.josm.data.validation.tests.BuildingInBuilding@2f6d8855, code=2001]
TestError [tester=org.openstreetmap.josm.data.validation.tests.BuildingInBuilding@2f6d8855, code=2001]
Unnamed ways (1)
TestError [tester=org.openstreetmap.josm.data.validation.tests.UntaggedWay@2636111d, code=303]
Way end node near other way (1)
TestError [tester=org.openstreetmap.josm.data.validation.tests.UnconnectedWays@5c0b646d, code=1301]
Crossing ways (4)
TestError [tester=org.openstreetmap.josm.data.validation.tests.CrossingWays@7a48772, code=601]
TestError [tester=org.openstreetmap.josm.data.validation.tests.CrossingWays@7a48772, code=601]
TestError [tester=org.openstreetmap.josm.data.validation.tests.CrossingWays@7a48772, code=601]
TestError [tester=org.openstreetmap.josm.data.validation.tests.CrossingWays@7a48772, code=601]
Other
A name:* translation is missing. (1)
TestError [tester=org.openstreetmap.josm.data.validation.tests.NameMismatch@30de03a5, code=1502]
...etc

Which is only mildly useful. This works for me, JOSM 6232 on Linux.

permanent link

answered 15 Sep '13, 23:58

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

That works for me too now. Must have been user error at my end previously.

(16 Sep '13, 12:44) SomeoneElse ♦

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:

×622

question asked: 14 Sep '13, 10:48

question was seen: 2,192 times

last updated: 16 Sep '13, 12:44

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