Add PCT tracks and update converter to include GPX simplication

This commit is contained in:
2019-11-23 19:10:40 +01:00
parent 8a530a13ed
commit 44651b3f3e
6 changed files with 107252 additions and 26 deletions

View File

@@ -58,6 +58,9 @@ if($sAction!='')
case 'set_admin':
$sResult = $oSpot->setAdminSettings($sField, $oValue);
break;
case 'build_geojson':
$sResult = $oSpot->convertGpxToGeojson($sName);
break;
default:
$sResult = Main::getJsonResult(false, Main::NOT_FOUND);
}