You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/geocml-desktop.adoc
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,30 @@ The persistence layer is a _mutible and persistent_ directory shared between the
39
39
==== About geocml-project.qgz
40
40
41
41
geoCML Desktop will automatically open geocml-project.qgz in QGIS when you connect to the XPRA service. geocml-project.qgz is the central project file for your entire geoCML deployment. By design, all of your GIS work must be done in this file.
42
+
43
+
44
+
==== Typography and Fonts
45
+
46
+
geoCML Desktop comes with the following fonts installed by default:
47
+
48
+
- Baskerville
49
+
- EB Garamond
50
+
- Noto Serif
51
+
- Open Sans
52
+
- Oswald
53
+
- Roboto
54
+
55
+
You can install custom fonts to geoCML Desktop to support your needs when creating maps. Follow these steps to add new fonts:
56
+
57
+
1. Collect your custom font as a .ttf file.
58
+
2. Copy your font to the `Fonts/` directory in the persistence layer.
59
+
3. gTS will automatically refresh your font cache every minute. After a minute has passed, restart QGIS.
60
+
61
+
62
+
==== Installing QGIS Plugins
63
+
64
+
You can add workflow specific QGIS plugins to geoCML Desktop using the `qgis-plugin-manager` command line utility. Follow these steps to add new QGIS plugins to your geoCML Desktop instance:
65
+
66
+
1. In a text editor, open `build-resources/geocml-desktop/entrypoint.sh`.
67
+
2. Add the following line to the `entrypoint.sh` file: `qgis-plugin-manager install <NAME OF PLUGIN>`.
68
+
3. Run the install script to rebuild your containers.
0 commit comments