From a43316353bc4726da53586f2fab73a12f6254cbf Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 6 Feb 2023 07:50:07 -0800 Subject: [PATCH] places: bump up geodb --- lib/Command/PlacesSetup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Command/PlacesSetup.php b/lib/Command/PlacesSetup.php index 79e14f28..1c0b2cc3 100644 --- a/lib/Command/PlacesSetup.php +++ b/lib/Command/PlacesSetup.php @@ -32,9 +32,9 @@ use Symfony\Component\Console\Output\OutputInterface; const GIS_TYPE_NONE = 0; const GIS_TYPE_MYSQL = 1; const GIS_TYPE_POSTGRES = 2; -const APPROX_PLACES = 600000; +const APPROX_PLACES = 635189; -const PLANET_URL = 'https://github.com/pulsejet/memories-assets/releases/download/geo-0.0.1/planet_coarse_boundaries.zip'; +const PLANET_URL = 'https://github.com/pulsejet/memories-assets/releases/download/geo-0.0.2/planet_coarse_boundaries.zip'; class PlacesSetup extends Command {