diff --git a/covjsonkit/encoder/encoder.py b/covjsonkit/encoder/encoder.py index 5763211..6655ae6 100644 --- a/covjsonkit/encoder/encoder.py +++ b/covjsonkit/encoder/encoder.py @@ -40,7 +40,7 @@ def __init__(self, type, domaintype): # Trajectory not yet implemented in covjson-pydantic if self.domaintype != "Trajectory": self.pydantic_coverage = CoverageCollection( - type=type, coverages=[], domainType=self.domaintype, parameters={}, referencing=[] + type=type, coverages=[], domainType=self.domaintype, parameters={}, referencing=[] ) self.parameters = []