diff --git a/ckan/config/resource_formats.json b/ckan/config/resource_formats.json index ae9a821d45c..a83dc8b3e37 100644 --- a/ckan/config/resource_formats.json +++ b/ckan/config/resource_formats.json @@ -48,6 +48,7 @@ ["WMS", "Web Mapping Service", "WMS", ["wms"]], ["SVG", "SVG vector image", "image/svg+xml", ["svg"]], ["PPT", "Powerpoint Presentation", "application/vnd.ms-powerpoint", []], + ["ODP", "OpenDocument Presentation", "application/vnd.oasis.opendocument.presentation", []], ["JPEG", "JPG Image File", "image/jpeg", ["jpeg", "jpg"]], ["SPARQL", "SPARQL end-point", "application/sparql-results+xml", []], ["GIF", "GIF Image File", "image/gif", []],