You can use those JavaScript scripts to enhance Lizmap Web Client. Documentation about additional JavaScript is on docs.lizmap.com and the autogenerated documentation is on docs.3liz.org
You might have a README.md
inside the directory with more information and a demo.
Some JavaScript codes presented are self-sufficient while others are examples to help you create the functionality you want.
If you are developing a new feature, do not hesitate to let us know so that we can integrate it.
The main goal of this repository is to store Javascript snippets related to Lizmap Web Client.
These scripts are not linked to a specific version of Lizmap and might be added by an external contributor. It might be designed for a special need of a project or a customer.
The API on Lizmap Web Client is not guaranteed across versions. So the compatibility with Lizmap Web Client is not guaranteed as well on this repository. They aren't any tests suite done on these snippets to avoid regression.
Each JavaScript file is naming following the pattern custom_feature_X.Y.js
where X.Y
is targeting the LWC version when
the script was written.