We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3775ee1 commit 228bf1cCopy full SHA for 228bf1c
src/overpass_api/statements/id_query.h
@@ -75,8 +75,8 @@ class Id_Query_Statement : public Output_Statement
75
virtual std::string dump_ql_in_query(const std::string& indent) const
76
{
77
std::vector< uint64 >::const_iterator it = refs.begin();
78
-
79
- std::string result = "(";
+
+ std::string result = "(id:" + ::to_string(refs.size()) + ",";
80
if (it != refs.end())
81
result += ::to_string(*it++);
82
while (it != refs.end())
0 commit comments