From 2f8cbbdb3bd8bf357ccefd84b38f925629d8ad68 Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 8 Aug 2013 18:18:51 +0100 Subject: [PATCH] [#32] Add note about resource_proxy --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c8bf85e..814f53d 100644 --- a/README.rst +++ b/README.rst @@ -290,8 +290,9 @@ WMS Preview ----------- To enable the WMS previewer you need to add the ``wms_preview`` plugin to your -ini file (See `Configuration`_). This plugin also requires the `resource_proxy `_ -plugin (part of CKAN core). +ini file (See `Configuration`_). This plugin also requires the `resource_proxy`_ +plugin (Make sure you load the ``resource_proxy`` plugin before any other +from the spatial extension). Please note that this is an experimental plugin and may be unstable. @@ -304,13 +305,17 @@ GeoJSON Preview --------------- To enable the GeoJSON previewer you need to add the ``geojson_preview`` plugin to your -ini file (See `Configuration`_). This plugin also requires the ``resource_proxy`` -plugin. +ini file (See `Configuration`_). This plugin also requires the `resource_proxy`_ +plugin (Make sure you load the ``resource_proxy`` plugin before any other +from the spatial extension). + When the plugin is enabled, if datasets contain a resource that has 'gjson' or 'geojson' format, the resource page will load simple map viewer that will show the features on a map. +.. _resource_proxy: http://docs.ckan.org/en/latest/data-viewer.html#viewing-remote-resources-the-resource-proxy + CSW Server ----------