Pick project from globe
This commit is contained in:
@@ -29,7 +29,10 @@ class Converter extends PhpObject {
|
||||
$oGeoJson->sortOffTracks();
|
||||
$oGeoJson->saveFile();
|
||||
|
||||
return $oGpx->getLog().'<br />'.$oGeoJson->getLog();
|
||||
return [
|
||||
'logs' => $oGpx->getLog().'<br />'.$oGeoJson->getLog(),
|
||||
'center' => $oGeoJson->getCenter()
|
||||
];
|
||||
}
|
||||
|
||||
public static function isGeoJsonValid($sCodeName) {
|
||||
|
||||
Reference in New Issue
Block a user