backup v5

This commit is contained in:
2019-03-07 20:51:13 +01:00
parent eb0cf07bb6
commit 7abce20d9f
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']);
}