Description Usage Arguments Value Note Author(s) Examples
open_app
first sets all the correct paths to the QGIS Python
binary, and secondly opens a QGIS application while importing the most
common Python modules.
1 |
qgis_env |
Environment settings containing all the paths to run the QGIS
API. For more information, refer to |
The function enables a 'tunnel' to the Python QGIS API.
Please note that the function changes your environment settings via
base::Sys.getenv()
which is necessary to run the QGIS Python API.
Jannes Muenchow
1 2 3 4 | ## Not run:
open_app()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.