From fabcc7f2b73a552ed7c44ed9c75182ae4b2c7dbc Mon Sep 17 00:00:00 2001 From: Olaf Veerman Date: Fri, 16 Sep 2016 17:13:38 -0400 Subject: [PATCH] [#2364] Add resource format for GeoJSON As listed on: https://tools.ietf.org/html/rfc7946 --- ckan/config/resource_formats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/config/resource_formats.json b/ckan/config/resource_formats.json index fad65202015..d4749a99b1f 100644 --- a/ckan/config/resource_formats.json +++ b/ckan/config/resource_formats.json @@ -69,7 +69,7 @@ ["TAR", "TAR Compressed File", "application/x-tar", []], ["PNG", "PNG Image File", "image/png", []], ["RSS", "RSS feed", "application/rss+xml", []], - ["GeoJSON", "Geographic JavaScript Object Notation", null, []], + ["GeoJSON", "Geographic JavaScript Object Notation", "application/geo+json", ["geojson"]], ["SHP", "Shapefile", null, ["esri shapefile"]], ["TORRENT", "Torrent", "application/x-bittorrent", ["bittorrent"]], ["ICS", "iCalendar", "text/calendar", ["ifb", "iCal"]],