Skip to content

Commit

Permalink
Remove OsmId For Addis Ababa again / Fetch only one area
Browse files Browse the repository at this point in the history
* It's divided into subareas
* Also in the code we return now only one ID
* We might reincluded this again, but with a lower priority
  • Loading branch information
amenk committed Nov 11, 2023
1 parent a76123b commit c1eec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Overpass.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function buildQuery(string $objectQuerys, array $areas = null): string
(
$areasQuery
);
out ids;
out ids 1;
);
OVERPASS;

Expand Down

0 comments on commit c1eec51

Please sign in to comment.