diff --git a/GPXIngest.class.php b/GPXIngest.class.php index 082dee5..5f542f7 100644 --- a/GPXIngest.class.php +++ b/GPXIngest.class.php @@ -484,6 +484,9 @@ public function ingest(){ // Add a version number so the object can be used to identify which stats will/won't be present $this->journey->metadata->GPXIngestVersion = $this->ingest_version; + // Add a list of the supported experimental features and whether they were enabled + $this->journey->metadata->experimentalFeatureState = $this->listExperimental(); + $this->writeSuppressionMetadata(); // XML Ingest and conversion done!