Fix geo constant scope

This commit is contained in:
2026-08-27 12:53:58 +02:00
parent 17009b641f
commit da5a75a9de
5 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ use \Settings;
abstract class Geo extends PhpObject {
protected const EXT = '';
private const GEO_FOLDER = 'geo';
private const OPT_SIMPLE = 'simplification';
protected const GEO_FOLDER = 'geo';
protected const OPT_SIMPLE = 'simplification';
protected array $asTracks;
protected string $sFilePath;