You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using your test data, I get an error trying to find timezone. I have run updater successfully and have the timezone.json file in my data dir subfolders where the updater put it.
/var/www/active # php artisan geodata:update
Downloading data...
Connecting to github.com (192.30.255.112:443)
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.137.44:443)
timezones.zip 100% |*************************************************************************************************************************************************************************************************************************************************************************************************************************| 40698k 0:00:00 ETA
Unzip data...
/var/www/active/storage/geotimezonedata//downloads/timezones
Rename timezones json...
/var/www/active/storage/geotimezonedata/downloads/timezones/dist/timezones.json
Remove previous data...
Creating quadrant tree data...
Reading data source...
/var/www/active #
$calculator = new Calculator(base_path() . '/storage/geotimezonedata/');
dd($calculator->getTimeZoneName(41.142700, -8.612150));
returns ..
ErrorException in Tree.php line 126:
ERROR: TimeZone not found
The text was updated successfully, but these errors were encountered:
When using your test data, I get an error trying to find timezone. I have run updater successfully and have the timezone.json file in my data dir subfolders where the updater put it.
/var/www/active # php artisan geodata:update
Downloading data...
Connecting to github.com (192.30.255.112:443)
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.137.44:443)
timezones.zip 100% |*************************************************************************************************************************************************************************************************************************************************************************************************************************| 40698k 0:00:00 ETA
Unzip data...
/var/www/active/storage/geotimezonedata//downloads/timezones
Rename timezones json...
/var/www/active/storage/geotimezonedata/downloads/timezones/dist/timezones.json
Remove previous data...
Creating quadrant tree data...
Reading data source...
/var/www/active #
$calculator = new Calculator(base_path() . '/storage/geotimezonedata/');
dd($calculator->getTimeZoneName(41.142700, -8.612150));
returns ..
ErrorException in Tree.php line 126:
ERROR: TimeZone not found
The text was updated successfully, but these errors were encountered: