More merge conflict

This commit is contained in:
2026-05-10 16:06:09 +02:00
parent 880bbc3d9a
commit 71e9c1a45a
2 changed files with 195 additions and 161 deletions

View File

@@ -821,10 +821,6 @@ class Spot extends Main
return Converter::convertToGeoJson($sCodeName);
}
public function buildGeoJSON($sCodeName) {
return Converter::convertToGeoJson($sCodeName);
}
public static function decToDms($dValue, $sType) {
if($sType=='lat') $sDirection = ($dValue >= 0)?'N':'S'; //Latitude
else $sDirection = ($dValue >= 0)?'E':'W'; //Longitude