From 1b83ab34051ce4aa07144744b9c9e0b781b82d86 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 27 Mar 2023 18:56:29 -0700 Subject: [PATCH] places: bump up planet db Signed-off-by: Varun Patil --- lib/Command/PlacesSetup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/PlacesSetup.php b/lib/Command/PlacesSetup.php index 1de8697e..e40f9568 100644 --- a/lib/Command/PlacesSetup.php +++ b/lib/Command/PlacesSetup.php @@ -34,7 +34,7 @@ const GIS_TYPE_MYSQL = 1; const GIS_TYPE_POSTGRES = 2; const APPROX_PLACES = 635189; -const PLANET_URL = 'https://github.com/pulsejet/memories-assets/releases/download/geo-0.0.2/planet_coarse_boundaries.zip'; +const PLANET_URL = 'https://github.com/pulsejet/memories-assets/releases/download/geo-0.0.3/planet_coarse_boundaries.zip'; class PlacesSetup extends Command {