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 200debd commit 1790d14Copy full SHA for 1790d14
src/overpass_api/statements/area_query.cc
@@ -289,6 +289,7 @@ bool Area_Constraint::delivers_data(Resource_Manager& rman)
289
{
290
int counter = 0;
291
292
+ // Count the indicies of the input areas
293
if (!area->areas_from_input())
294
295
Block_Backend< Uint31_Index, Area_Skeleton > area_locations_db
@@ -307,9 +308,6 @@ bool Area_Constraint::delivers_data(Resource_Manager& rman)
307
308
if (mit == rman.sets().end())
309
return true;
310
- // Count the indicies of the input areas
311
- int counter = 0;
312
-
313
for (map< Uint31_Index, vector< Area_Skeleton > >::const_iterator it = mit->second.areas.begin();
314
it != mit->second.areas.end(); ++it)
315
0 commit comments