diff --git a/index.php b/index.php index edfea99..f714139 100755 --- a/index.php +++ b/index.php @@ -88,6 +88,9 @@ if($sAction!='') case 'sql': $sResult = $oSpot->getDbBuildScript(); break; + case 'build_geojson': + $sResult = $oSpot->buildGeoJSON($sName); + break; default: $sResult = Main::getJsonResult(false, Main::NOT_FOUND); }