From c78e6d726f1deea46155cd3ba2c8610f6cb4572d Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Thu, 13 Jun 2013 23:34:49 +0200 Subject: [PATCH] [#21] Add GeoJSON preview docs --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 5ad180e..26f327b 100644 --- a/README.rst +++ b/README.rst @@ -299,6 +299,17 @@ the resource page will load simple map viewer that will attempt to load the remote service layers, based on the GetCapabilities response. +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. + +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. + + CSW Server ----------