diff --git a/digital_land/datatype/factory.py b/digital_land/datatype/factory.py index 5ec92fbd..fe7716b4 100644 --- a/digital_land/datatype/factory.py +++ b/digital_land/datatype/factory.py @@ -27,6 +27,7 @@ def datatype_factory(datatype_name, **kwargs): "multipolygon": MultiPolygonDataType, "point": PointDataType, "curie": DataType, # TODO create proper curie type + "reference": DataType, # TODO create proper reference type } if datatype_name in typemap: