From 4bd4790d8d9842d0682f71d4b811e2ca57000a1b Mon Sep 17 00:00:00 2001 From: Paul Downey Date: Fri, 14 Nov 2025 17:33:52 +0000 Subject: [PATCH] Added reference datatype placeholder --- digital_land/datatype/factory.py | 1 + 1 file changed, 1 insertion(+) 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: