This commit is contained in:
leosw
2025-07-13 18:05:46 +02:00
parent 391cfc1273
commit 67b1b3c9e5
3 changed files with 7 additions and 2 deletions

View File

@@ -39,6 +39,10 @@ class Poi
public $alt_position = NULL;
public $parameters = NULL;
public $lat;
public $lon;
public $ele;
/*****
** Checks if a page at this URL exists and return the ID
*****/