From 9635c8293f2ad5663fc542f5c60e591fbd2ef7b5 Mon Sep 17 00:00:00 2001 From: Rob Atkinson Date: Tue, 6 Feb 2024 16:06:43 +1100 Subject: [PATCH] remove attempt to have context on datatype --- .../geo/common/data_types/bounding_box/context.jsonld | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 registereditems/geo/common/data_types/bounding_box/context.jsonld diff --git a/registereditems/geo/common/data_types/bounding_box/context.jsonld b/registereditems/geo/common/data_types/bounding_box/context.jsonld deleted file mode 100644 index 2616ddb67..000000000 --- a/registereditems/geo/common/data_types/bounding_box/context.jsonld +++ /dev/null @@ -1,9 +0,0 @@ -{ - "@context": { - "@version": 1.1, - "bbox": { - "@container": "@list", - "@id": "geojson:bbox" - } - } -}