Add track on project

This commit is contained in:
2024-02-26 22:44:19 +01:00
parent 0cd509a99d
commit 25ff80ad7a
6 changed files with 81 additions and 29 deletions

View File

@@ -205,6 +205,10 @@ class Spot extends Main
$this->oProject->setProjectId($iProjectId);
}
public function getProjectGeoJson() {
return self::getJsonResult(true, '', $this->oProject->getGeoJson());
}
public function updateProject() {
$bNewMsg = false;
$bSuccess = true;