From c1eec518c9f046942ecb6d1c9e9340862e26ebda Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Sat, 11 Nov 2023 13:09:47 +0100 Subject: [PATCH] Remove OsmId For Addis Ababa again / Fetch only one area * 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 --- app/Services/Overpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Overpass.php b/app/Services/Overpass.php index 09b7f4a..9af200e 100644 --- a/app/Services/Overpass.php +++ b/app/Services/Overpass.php @@ -134,7 +134,7 @@ protected function buildQuery(string $objectQuerys, array $areas = null): string ( $areasQuery ); - out ids; + out ids 1; ); OVERPASS;