Skip to content

Commit 310d1e5

Browse files
committed
checks fix
1 parent 9abd5ef commit 310d1e5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
-11.4 KB
Binary file not shown.
-41.3 KB
Binary file not shown.

src/layer/display-instructions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Instructions or tips for surveyors can be displayed in the form usi
55
# How to Display Instructions in the Form
66
The HTML and Text widgets can be used to display instructions in the form, as described in [Informational Widgets ](../info-widgets/).
77

8-
Sometimes, you may want to include instructions or tips for surveyors in your forms. <QGIS link="" text="QGIS" /> offers Text and HTML widgets that can be used for this purpose. Your text instructions can include [expressions and field values](#using-expressions-in-text-and-html-widgets) as well. The HTML widget supports various [HTML tags](https://doc.qt.io/qt-6/richtext-html-subset.html#supported-tags), so it can be also used, for instance, to display [online images](#using-html-widget-to-display-online-images-and-other-online-resources).
8+
Sometimes, you may want to include instructions or tips for surveyors in your forms. <QGIS link="" text="QGIS" /> offers Text and HTML widgets that can be used for this purpose. Your text instructions can include [expressions and field values](#using-expressions-in-text-and-html-widgets) as well. The HTML widget supports various [HTML tags](https://doc.qt.io/qt-6/richtext-html-subset.html#supported-tags), so it can be also used, for instance, to display [online images](../embed-image/).
99

1010
These widgets can be found in **Available Widgets** in the **Other Widgets** section when using the [Drag and Drop Designer](../form-layout/#qgis-drag-and-drop-designer).
1111
![QGIS HTML and Text Widget](./qgis-form-html-text-widget.jpg "QGIS HTML and Text Widget")

src/layer/photos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Some QGIS versions may not display the preview of the image correctly. This issu
120120
:::
121121

122122

123-
## Attaching multiple photos to one feature {how-to-attach-multiple-photos-to-one-feature}
123+
## Attaching multiple photos to one feature {#how-to-attach-multiple-photos-to-one-feature}
124124

125125
In some situations, it might be useful to take more than one picture of a feature during the field survey. Attaching multiple photos to one feature is a **one to many relation**. You can read more about this topic in general in [Relations](../relations).
126126

src/layer/relations/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can take a closer look at 1-N relations:
2323
- [How to Attach Multiple Photos to Features ](../photos/#how-to-attach-multiple-photos-to-one-feature) shows how to add multiple **photos** to a single feature. See also our public project: <MerginMapsProject id="documentation/forms_multiple_photos" />
2424
:::
2525

26-
There are two ways to add features with relations in the <MobileAppNameShort />: using the [relation widget](#relation-widget) on the parent layer or using the [relation reference widget](#relation-reference-widget) on the child layer:
26+
There are two ways to add features with relations in the <MobileAppNameShort />: using the [relation widget](#referenced-parent-layer-attributes-form-relations-widget) on the parent layer or using the [relation reference widget](#referencing-child-layer-attributes-form-relation-reference-widget) on the child layer:
2727

2828
![Mergin Maps mobile app relation widgets](./mobile-relation-widgets.gif "Mergin Maps mobile app relation widgets")
2929

@@ -93,7 +93,7 @@ Attributes form for both linked layers can be set up as needed, depending on the
9393
- Child features can be added through the form of the [referenced (parent) layer](#referenced-parent-layer-attributes-form-relations-widget), meaning you can use the attributes form of the **parks** layer to add/edit/remove **amenities**.
9494
- Child features can be added through the form of the [referencing (child) layer](#referencing-child-layer-attributes-form-relation-reference-widget). A new feature can be added to the **amenities** layer and the link to the corresponding **park** feature is set manually in the attributes form.
9595

96-
Both options work both in QGIS and in the [<MobileAppNameShort />](#relation-widgets-in-mergin-maps-mobile-app).
96+
Both options work both in QGIS and in the <MobileAppNameShort />.
9797

9898
### Referenced (parent) layer attributes form - relations widget
9999
Explore the attributes form of the referenced (parent) layer **parks**:
@@ -158,4 +158,4 @@ Did you follow these steps and do you see something like this? If the referencin
158158
To display the [relations widget](#referenced-parent-layer-attributes-form-relations-widget) without the gallery, use `nogallery` in the relation name or label.
159159
:::
160160

161-
Recommended setup for gallery is explained in [Attaching multiple photos to one feature ](#attaching-multiple-photos-to-one-feature).
161+
Recommended setup for gallery is explained in [Attaching multiple photos to one feature ](../photos/#how-to-attach-multiple-photos-to-one-feature).

0 commit comments

Comments
 (0)