Wrong overpass query generated for "key:"
What steps will reproduce the problem?
- Open up the Overpass query wizard
- Type in
name:
- Generate the query
What is the expected result?
For key query, it's enough to provide the key without tilde. See Overpass_API/Overpass_QL#Exists
[out:xml][timeout:90][bbox:{{bbox}}];
(
nwr["name"];
);
(._;>;);
out meta;
What happens instead?
An invalid query generated:
[out:xml][timeout:90][bbox:{{bbox}}];
(
nwr[~"name"~""];
);
(._;>;);
out meta;
URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2023-09-26 14:10:25 +0200 (Tue, 26 Sep 2023)
Build-Date:2023-09-27 01:31:02
Revision:18846
Relative:URL: ^/trunk
Last errors/warnings:- 00079.440 E: Belső kiszolgálóhiba - <html>Az OSM szerver<br>'https://api.openstreetmap.org/api/0.6/'<br>belső szerverhibát jelentett.<br>Ez valószínűleg átmeneti probléma. Kérlek, próbáld újra később.</html>
Change History
(7)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
add wiki link