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

@@ -39,6 +39,9 @@ if($sAction!='')
case 'markers':
$sResult = $oSpot->getMarkers();
break;
case 'geojson':
$sResult = $oSpot->getProjectGeoJson();
break;
case 'next_feed':
$sResult = $oSpot->getNextFeed($iId);
break;