From d866edd068f29cd69f7f4cd2b04c8ce3fa561a91 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Fri, 10 May 2019 18:02:45 -0700 Subject: [PATCH] Add geojson support to json-extension --- packages/json-extension/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/json-extension/src/index.tsx b/packages/json-extension/src/index.tsx index d9e6412394bc..0439ed4368ab 100644 --- a/packages/json-extension/src/index.tsx +++ b/packages/json-extension/src/index.tsx @@ -86,7 +86,7 @@ const extensions: IRenderMime.IExtension | IRenderMime.IExtension[] = [ documentWidgetFactoryOptions: { name: 'JSON', primaryFileType: 'json', - fileTypes: ['json', 'notebook'], + fileTypes: ['json', 'notebook', 'geojson'], defaultFor: ['json'] } }