Download the PHP package lizmap/lizmap-wps-web-client without Composer
On this page you can find all versions of the php package lizmap/lizmap-wps-web-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package lizmap-wps-web-client
Lizmap WPS Web Client
Lizmap WPS Web Client is a Lizmap module to add a WPS panel into Lizmap Web Client.
This is an example showing the QGIS Processing Buffer algorithm, exposed as a WPS algorithm within Lizmap Web Client:
It's also providing another panel showing you the results which have been executed on the Lizmap instance.
Installation
Since version 0.1.1, it is recommended to install the module with Composer, the package manager for PHP. If you can't use it or if you are using Lizmap 3.3 or lower, use the manual way to install the module (jump to the corresponding section below)
Automatic installation with Composer and lizmap 3.4 or higher
-
into
lizmap/my-packages
, create the filecomposer.json
(if it doesn't exist) by copying the filecomposer.json.dist
, and install the module with Composer: -
If you are using Lizmap 3.6 or higher, execute
- Then for any version, execute Lizmap install scripts into
lizmap/install/
:
Go to the "Configuration" section.
Manual installation into lizmap 3.3 or 3.4 without Composer
- Download the zip archive from the release page into GitHub.
- Extract files from the archive and copy the directory
wps
intolizmap/lizmap-modules/
of Lizmap. -
Edit the file
lizmap/var/config/localconfig.ini.php
to add this into the[modules]
section - Then execute Lizmap install scripts into
lizmap/install/
:
configuration
Add a section [wps]
in your localconfig.ini.php
and add the variables:
The WPS configuration:
wps_root_url
is the URL of the WPS servicewps_rootDirectories
is the path of the directories defined for the WPS Service MAP
The redis configuration for saving process status: uuid, INPUTS, OUTPUTS.
redis_host
the redis host to useredis_port
the redis port to useredis_db
the redis database to useredis_key_prefix
the redis key prefix to use
The OWS proxy configuration:
ows_url
is the URL of the OWS service used by the WPS service
The availability of WPS algorithms in the Lizmap Web Client web maps
restrict_to_config_projects
the module is not enabled for projects without a json config for processes.restrict_to_authenticated_users
the module is not enabled if the user is not authenticated.enable_job_realm
enable job access control by associating a realm token to each job. Job realm will be built at user level.admin_job_realm
administrator realm token. It allows bearer to bypass any other token.