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
When creating the qwc-services.github.io docu site the generator would leave → as is and that would render in the browser also as → (not as an arrow, but as that character sequence).
The qwc-services.github.io page sets `<meta charset="utf-8">`. So instead of using html codes, we can just use the utf-8 character for the arrow.
Copy file name to clipboardExpand all lines: src/topics/FeatureInfo.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ To query features over WMS GetFeatureInfo, set `identifyTool: "Identify"`. By de
17
17
18
18
*Note:* Use of the `qwc-feature-info-service` is also recommended if the `qwc-data-service` is used for editing, to ensure attribute values containing paths to uploaded files are properly converted to clickable hyperlinks.
19
19
20
-
Set whether a layer is identifyable in `QGIS → Project Properties → Data sources`.
20
+
Set whether a layer is identifyable in `QGIS → Project Properties → Data sources`.
21
21
22
-
To highlight the geometry, make sure `QGIS → Project Properties → QGIS Server → Add geometry to feature response` is checked.
22
+
To highlight the geometry, make sure `QGIS → Project Properties → QGIS Server → Add geometry to feature response` is checked.
23
23
24
24
### Suppressing attributes
25
25
26
-
You can suppress attributes globally by selecting "Do not expose via WMS" in QGIS → Layer properties → Fields.
26
+
You can suppress attributes globally by selecting "Do not expose via WMS" in QGIS → Layer properties → Fields.
27
27
28
28
Alternatively, you can selectively restrict attributes using the `qwc-admin-gui` and assigning `Attribute` resource permissions as desired.
29
29
@@ -180,7 +180,7 @@ In addition, the [`locale`](https://docs.python.org/3/library/locale.html) objec
180
180
181
181
## Feature form<a name="feature-form"></a>
182
182
183
-
The `FeatureForm` plugin displays picked features in a feature form as configured in `QGIS → Layer properties → Attributes form`. It queries the features via `qwc-data-service`, and hence only works for layers with `postgresql` data source.
183
+
The `FeatureForm` plugin displays picked features in a feature form as configured in `QGIS → Layer properties → Attributes form`. It queries the features via `qwc-data-service`, and hence only works for layers with `postgresql` data source.
184
184
185
185
See [Designing the edit forms](Editing.md#edit-forms) for more information on designing edit forms.
0 commit comments