Modify ↓
Attachments (0)
Change History (7)
comment:1 by , 7 years ago
| Keywords: | timeout overpass added |
|---|---|
| Type: | defect → enhancement |
comment:2 by , 7 years ago
| Milestone: | → 18.10 |
|---|
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
follow-up: 6 comment:5 by , 7 years ago
Just tested this in 14319 and
name~/Vårdapoteket/i in sweden"
resulted in
[out:xml][timeout:25];
{{geocodeArea:sweden}}->.searchArea;
(
node["name"~"Vårdapoteket",i](area.searchArea);
way["name"~"Vårdapoteket",i](area.searchArea);
relation["name"~"Vårdapoteket",i](area.searchArea);
);
(._;>;);
out meta;
even though I added
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <config> <preferences operation="append"> <tag key="overpass.wizard.timeout" value="65" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> </preferences> </config>
and restarted in between.
comment:6 by , 7 years ago
Note:
See TracTickets
for help on using tickets.



In 14324/josm: