You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you think that problem is connected with your file content, please attach it to the issue.
Code snippet you use
class phpGPX
$gpx->version = isset($xml['version']) ? (string)$xml['version'] : null;
class GpxFile
/** * Version about the file. * The original GPX 1.1 attribute. * @var Version|null */
public $version;
$this->version = null;
'version' => SerializationHelper::stringOrNull($this->version),
The text was updated successfully, but these errors were encountered:
Problem description
If you think that problem is connected with your file content, please attach it to the issue.
Code snippet you use
The text was updated successfully, but these errors were encountered: