From a3325855ae82e42aadf841ec718217e6a872a322 Mon Sep 17 00:00:00 2001 From: David Read Date: Fri, 5 Feb 2016 16:57:30 +0000 Subject: [PATCH] Add format - Web Map Tile Service eg https://data.gov.uk/dataset/bathymetry-web-map-tile-service --- ckan/config/resource_formats.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ckan/config/resource_formats.json b/ckan/config/resource_formats.json index 622e1039dbe..ccdc0039513 100644 --- a/ckan/config/resource_formats.json +++ b/ckan/config/resource_formats.json @@ -20,6 +20,7 @@ ["ArcGIS Map Service", "ArcGIS Map Service", "ArcGIS Map Service", ["arcgis map service"]], ["TSV", "Tab Separated Values File", "text/tab-separated-values", ["text/tsv"]], ["WFS", "Web Feature Service", null, []], + ["WMTS", "Web Map Tile Service", null, []], ["ArcGIS Online Map", "ArcGIS Online Map", "ArcGIS Online Map", ["web map application"]], ["Perl", "Perl Script", "text/x-perl", []], ["KMZ", "KMZ File", "application/vnd.google-earth.kmz+xml", ["application/vnd.google-earth.kmz"]],