backup v5

This commit is contained in:
2019-03-07 20:51:13 +01:00
parent 8a2d2a535d
commit 930cf74d34
3 changed files with 226 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ class Project extends PhpObject {
(new Converter())->convertToGeoJson($asProject['geofile']);
}
$asProject['geofile'] = Spot::addTimestampToFilePath(Geo::getFilePath($asProject['geofile']));
$asProject['geofile'] = Spot::addTimestampToFilePath(Geo::getFilePath($asProject['geofile'], GeoJson::EXT));
$asProject['codename'] = $sCodeName;
$asProject['timezone_desc'] = Spot::getTimeZoneDesc($asProject['timezone']);
}