Skip to content

Validation of export to JOSM falsely reports invalid data #841

Description

@pelderson

Overpass Turbo reports “Incomplete data” for JOSM export, but the query already uses [out:xml], out meta;, and recursion to fetch full data. Export works fine in JOSM and “Repair query” does not modify anything. Looks like a false positive in the validator. The issue happens since about two weeks, while I have used this same query many times before without this problem.
Here is my query:

[out:xml][timeout:250];
{{geocodeArea:Zuid-Holland}}->.zoekgebied;

// relatie met gecheckte elementen
rel["type"="collection"]["name"="Rotondes gecontroleerd PE"]->.checked;

// alleen way members van die relatie
way(r.checked)->.done;

// alle rotondes in beeld
way["junction"="roundabout"](area.zoekgebied)({{bbox}})->.all;

// verschil: nog niet gedaan
(.all; - .done;);
(._;>;);
out meta;

The error:

Incomplete data
 It looks like if this query will not return OSM data in XML format with metadata. 
Editors like JOSM require the data to be in that format, though. 
overpass turbo can help you to correct the query by choosing "repair query" below.
Repair query               Toch doorgaan

No matter what I select, the export works and I get valid data in JOSM. I return to the query page in Overpass-turbo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions