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

Various fix #258

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/install/pre_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ PostgreSQL can be used for **three** different purposes in Lizmap :
* To store GIS data. **No** configuration is needed on the Lizmap Web Client server side, **only** the PostgreSQL server
must be accessible from the Lizmap Web Client server and QGIS Server.
It's possible to edit layers with Lizmap, but the layer **must** be stored in PostgreSQL. See :ref:`editing-prerequisites`.
* To store Lizmap Web Client users and user actions. Lizmap uses tables. This setting must be done when **installing** Lizmap.
* To store Lizmap Web Client users and user actions. This setting must be done when **installing** Lizmap.
* To use `lizmap_search`, see :ref:`postgresql-lizmap-search`. This setting on the Lizmap server can be set when you need it.
4 changes: 2 additions & 2 deletions source/publish/customization/iframe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Example

You can visit both links to see the difference :

* https://demo.lizmap.com/lizmap/index.php/view/map/?repository=feat1&project=lampadaires
* https://demo.lizmap.com/lizmap/index.php/view/embed/?repository=feat1&project=lampadaires
* https://demo.lizmap.com/lizmap/index.php/view/map?repository=javascript&project=lampadaires
* https://demo.lizmap.com/lizmap/index.php/view/embed/?repository=javascript&project=lampadaires
2 changes: 1 addition & 1 deletion source/publish/lizmap_plugin/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Install and upgrade the Lizmap plugin
=====================================

The Lizmap plugin is available through the official `QGIS repository <https://plugins.qgis.org/plugins/server/>`_.
The Lizmap plugin is available through the official `QGIS repository <https://plugins.qgis.org/plugins/>`_.

Install it with the QGIS plugin manager:

Expand Down
Loading