Modify ↓
Opened 21 months ago
Closed 21 months ago
#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:2 by , 21 months ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Maybe you want to try the JOSM wizard with type:relation "boundary"="census" in Virginia
Note:
See TracTickets
for help on using tickets.



The recursion filter is not a problem.
out:jsonandout tagsdon'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.