GPX to GeoJson converter

This commit is contained in:
2019-02-12 20:00:59 +01:00
parent 8a3c951b65
commit 2ac8dead56
9 changed files with 236739 additions and 189 deletions

View File

@@ -53,6 +53,9 @@ if($sAction!='')
case 'sync_pics':
$sResult = $oSpot->syncPics();
break;
case 'convert':
$sResult = $oSpot->convertGpxToGeoJson();
break;
default:
$sResult = Spot::getJsonResult(false, Spot::NOT_FOUND);
}