Add image type + NotConserved

This commit is contained in:
2024-11-15 16:14:43 +01:00
parent b1c9fdbdf7
commit 54332fab42
9 changed files with 416 additions and 2 deletions

View File

@@ -361,6 +361,7 @@ class Site implements JsonSerializable
'place' => $this->place,
'genericPlace' => $this->genericPlace,
'address' => $this->address,
'municipality' => $this->municipality,
'localization' => $this->localization,
'coordinates' => [$this->lat, $this->lng],
'denomination' => $this->denomination,