Skip to content

Commit 291240d

Browse files
authored
Mesh dataset group remove button (#9589)
2 parents efa0339 + c5424b0 commit 291240d

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed
Loading

docs/user_manual/working_with_mesh/mesh.rst

+14-5
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,19 @@ the selected mesh, including:
205205
Both regular datasets (i.e. their data is stored in the file) and virtual
206206
datasets (which are :ref:`calculated on the fly <mesh_calculator>`) are listed.
207207

208-
* Use the |add| :guilabel:`Assign extra dataset to mesh` button to add more
209-
groups to the current mesh layer.
210-
* |collapseTree| :guilabel:`Collapse all` and |expandTree| :guilabel:`Expand
208+
* Use the |symbologyAdd| :sup:`Assign Extra Dataset to Mesh` button to add more
209+
groups to the current mesh layer. You can add dataset group to a mesh layer with the same name,
210+
but not from the same URI. Dataset group names are automatically renamed to
211+
"Original Name_Number".
212+
* Use |symbologyRemove| :sup:`Remove Extra Dataset from Mesh` to remove additional datasets
213+
groups from the mesh layer. Note that only dataset groups not associated with the
214+
mesh source file can be removed.
215+
* |collapseTree| :sup:`Collapse all` and |expandTree| :sup:`Expand
211216
all` the dataset tree, in case of embedded groups
212217
* If you are interested in few datasets, you can uncheck the others and
213218
make them unavailable in the project
214219
* Double-click over a name and you can rename the dataset.
215-
* |refresh| :guilabel:`Reset to defaults`: checks all the groups and
220+
* |refresh| :sup:`Reset to defaults`: checks all the groups and
216221
renames them back to their original name in the provider.
217222
* Right-click over a virtual dataset group and you can:
218223

@@ -229,7 +234,7 @@ the selected mesh, including:
229234
* :guilabel:`Display dataset`: e.g., for the "bed elevation" dataset which is
230235
not time aware
231236
* extract a particular date time: the dataset matching the provided time
232-
is rendered and stay fixed during map navigation.
237+
is rendered and stays fixed during map navigation.
233238

234239

235240
.. _meshsymbology:
@@ -1323,6 +1328,10 @@ the expression to execute.
13231328
:width: 1.5em
13241329
.. |symbology| image:: /static/common/symbology.png
13251330
:width: 2em
1331+
.. |symbologyAdd| image:: /static/common/symbologyAdd.png
1332+
:width: 1.5em
1333+
.. |symbologyRemove| image:: /static/common/symbologyRemove.png
1334+
:width: 1.5em
13261335
.. |system| image:: /static/common/system.png
13271336
:width: 1.5em
13281337
.. |temporal| image:: /static/common/temporal.png

0 commit comments

Comments
 (0)