Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo and new name for exclute properties #2142

Merged
merged 1 commit into from
Apr 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/administrator/administrate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ All layer type
~~~~~~~~~~~~~~

All the layers in the admin interface have the following attributes:
* ``Name``: the name of the WMS layer/group, or he WMTS layer.
* ``Name``: the name of the WMS layer/group, or the WMTS layer.
It also used throw OpenLayers.i18n to display the name on the layers tree.
* ``Public``: make the layer public, also it is accessible
throw the ``Restriction areas``.
* ``Restrictions area``: the areas through which the user can see the layer.
* ``Related Postgres table``: the related postgres table,
used by the :ref:`administrator_editing`.
* ``Attributes to exclude``: the list of attributes (database columns) that shouldn't appear in
* ``Exclude properties``: the list of attributes (database columns) that shouldn't appear in
the :ref:`administrator_editing` so that they cannot be modified by the end user.
For enumerable attributes (foreign key), the column name should end with '_id'.
* ``Parents``: the groups and theme in which the layer is.
Expand Down