Skip to content

Commit ab9a0ee

Browse files
authored
Fix arrow rendering
When creating the qwc-services.github.io docu site the generator would leave &rarr; as is and that would render in the browser also as &rarr; (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.
1 parent 64964f6 commit ab9a0ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/topics/FeatureInfo.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To query features over WMS GetFeatureInfo, set `identifyTool: "Identify"`. By de
1717

1818
*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.
1919

20-
Set whether a layer is identifyable in `QGIS &rarr; Project Properties &rarr; Data sources`.
20+
Set whether a layer is identifyable in `QGIS Project Properties Data sources`.
2121

22-
To highlight the geometry, make sure `QGIS &rarr; Project Properties &rarr; QGIS Server &rarr; 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.
2323

2424
### Suppressing attributes
2525

26-
You can suppress attributes globally by selecting "Do not expose via WMS" in QGIS &rarr; Layer properties &rarr; Fields.
26+
You can suppress attributes globally by selecting "Do not expose via WMS" in QGIS Layer properties Fields.
2727

2828
Alternatively, you can selectively restrict attributes using the `qwc-admin-gui` and assigning `Attribute` resource permissions as desired.
2929

@@ -180,7 +180,7 @@ In addition, the [`locale`](https://docs.python.org/3/library/locale.html) objec
180180

181181
## Feature form<a name="feature-form"></a>
182182

183-
The `FeatureForm` plugin displays picked features in a feature form as configured in `QGIS &rarr; Layer properties &rarr; 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.
184184

185185
See [Designing the edit forms](Editing.md#edit-forms) for more information on designing edit forms.
186186

0 commit comments

Comments
 (0)