Modify

#23562 closed defect (worksforme)

Certain overpass commands throw an exception

Reported by: diamondarmorsteve Owned by: team
Priority: minor Milestone:
Component: Core Version: tested
Keywords: Overpass Cc:

Description

This is the query:
[out:json];
{{geocodeArea:Virginia}}->.searchArea;
(
rel["boundary"="census"](area.searchArea);
);
way(r);
out tags;
It seems like using the recursion filter and out tags doesn't sit well with JOSM.

Attachments (0)

Change History (2)

comment:1 by GerdP, 21 months ago

The recursion filter is not a problem. out:json and out tags don't work. If you change the query to

[out:xml];
{{geocodeArea:Virginia}}->.searchArea;
(
rel["boundary"="census"](area.searchArea);
);
way(r);
out meta;

you get a result but since none of the downloaded ways has any node you can't do much with it in JOSM.

Last edited 21 months ago by GerdP (previous) (diff)

comment:2 by GerdP, 21 months ago

Resolution: worksforme
Status: newclosed

Maybe you want to try the JOSM wizard with type:relation "boundary"="census" in Virginia

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.