This plugin lets you read and write a pygeoapi configuration file on your local machine.
copy this folder to your QGIS plugin directory. Something like:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
Install dependencies with:
pip install -r requirements
Compile resources with:
pb_tool compile
Modify the user interface by opening pygeoapiconfig_dialog_base.ui in Qt Creator.
-
Create or modify 'i18n\pygeoapi_config.pro' file to specify the .ui and .py files that contain translatable strings.
-
Run the following command from OSGeo4W Shell to generate .ts files specified in 'pygeoapi_config.pro':
pylupdate5 i18n\pygeoapi_config.pro
- After editing the .ts files, run the following command to compile .dm files for each locale:
lrelease pygeoapi_config_pt.ts
This project is released under an MIT License