diff --git a/lib/Service/ReverseGeoCoderService.php b/lib/Service/ReverseGeoCoderService.php index 1511f5496..10acfbd4b 100644 --- a/lib/Service/ReverseGeoCoderService.php +++ b/lib/Service/ReverseGeoCoderService.php @@ -86,7 +86,7 @@ private function downloadCities1000(bool $force = false): void { } // Download zip file to a tmp file. - $response = $this->clientService->newClient()->get("https://download.geonames.org/export/dump/cities1000.zip"); + $response = $this->clientService->newClient()->get("https://download.nextcloud.com/server/apps/photos/cities1000.zip"); $tmpFile = tmpfile(); $cities1000ZipTmpFileName = stream_get_meta_data($tmpFile)['uri']; fclose($tmpFile);