diff --git a/doc/developer/webservices.rst b/doc/developer/webservices.rst index 8e5b5552318..1d3b3846b10 100644 --- a/doc/developer/webservices.rst +++ b/doc/developer/webservices.rst @@ -339,6 +339,7 @@ Success JSON result "success": "true" } +.. _developer_webservices_fts: Full-Text Search ================ diff --git a/doc/integrator/ngeo.rst b/doc/integrator/ngeo.rst index 5934262a012..8a0b5f868ea 100644 --- a/doc/integrator/ngeo.rst +++ b/doc/integrator/ngeo.rst @@ -108,3 +108,23 @@ The map configuration will be here: If you previously had a CGXP application and want to keep your permalinks compatible, the resolutions should be the same as in the previous application. + +Dynamic.js view +--------------- + +To configure the ngeo constants with dynamic or configurable values we have the dynamic view. + +This view is configurable in the vars files in the section ``interfaces_config``. +The sub section is the interface name, and after we have: + +* ``redirect_interface``: interface on witch one we can be redirected if we use the wrong type of device + (mobile/desktop). +* ``do_redirect``: directly to the redirect. +* ``constants``: Directly define an ``angular`` constant in the vars file. +* ``routes``: key: constant name, value: name of the route witch one we want to have the URL. +* ``static``: key: constant name, value: name of the static view that we want to have the URL. +* ``fulltextsearch_params``: Additional parameters to the full text search view, see + :ref:`developer_webservices_fts` for more information. +* ``wfs_permalink``: Additional values for the ``ngeoWfsPermalinkOptions`` constant, see: + `ngeox.WfsPermalinkOptions _` + for more information.