Initial commit - Typo3 11.5.41
This commit is contained in:
16
typo3conf/ext/ods_osm/Classes/Evaluation/LonLat.php
Normal file
16
typo3conf/ext/ods_osm/Classes/Evaluation/LonLat.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Bobosch\OdsOsm\Evaluation;
|
||||
|
||||
class LonLat
|
||||
{
|
||||
public function returnFieldJS(): string
|
||||
{
|
||||
return "return value;";
|
||||
}
|
||||
|
||||
public function evaluateFieldValue($value, $is_in, &$set): string
|
||||
{
|
||||
return sprintf('%01.6f', $value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user