Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update User Guide - Multivariable charts and the text configuration #9677

Merged
merged 29 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c384b34
update_9669
ElenaGallo Oct 31, 2023
9ca389c
new_counter_ui
ElenaGallo Nov 3, 2023
b783994
new_layout_font
ElenaGallo Nov 29, 2023
366217b
update_broken_link
ElenaGallo Nov 30, 2023
0664c32
add_9816
ElenaGallo Dec 14, 2023
8419052
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
f8d6890
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
c623ab9
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
7809707
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
8098bc5
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
c6f8ebe
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
05acc43
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
709bdcc
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
fc0fcbf
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
b0941b9
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
9680efb
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
23ac294
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
35e0a07
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
505c57a
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
cc4ff44
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
a65f911
Update docs/user-guide/widgets.md
ElenaGallo Mar 18, 2024
a4148f5
review_9669
ElenaGallo Mar 18, 2024
1525358
review_9816
ElenaGallo Mar 18, 2024
67a112b
Update docs/user-guide/filtering-layers.md
ElenaGallo Mar 18, 2024
8e1ed5a
area-of-interest
ElenaGallo Mar 18, 2024
57496c8
Update docs/user-guide/filtering-layers.md
ElenaGallo Mar 18, 2024
bb796f4
Update docs/user-guide/filtering-layers.md
ElenaGallo Mar 18, 2024
bdc51c6
review
ElenaGallo Mar 18, 2024
5c1140d
Merge commit 'bb796f41bdc213ac89a00dc5069b670c8ed0adf5' of https://gi…
ElenaGallo Mar 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"code-block-style": false,
"line-length": false,
"no-inline-html": false,
"no-alt-text": false,
"no-duplicate-heading": {
"siblings_only": true
}
Expand Down
13 changes: 10 additions & 3 deletions docs/user-guide/filtering-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This tool is used to define advanced filters in [MapStore](https://mapstore.geos

* **Attribute Filter**

* **Region of Interest**
* **Area of Interest**

* **Layer Filter**

Expand Down Expand Up @@ -166,22 +166,26 @@ A simple *Attribute Filter* applied for a numerical field can be, for example:

<video class="ms-docimage" style="max-width:600px;" controls><source src="../img/filtering-layers/att_filter.mp4"/></video>

### Region of interest
### Area of interest

In order to set this filter the user can:

* Select the *Filter type* by choosing between **Viewport**, **Rectangle**, **Circle**, **Polygon** (selecting Rectangle, Circle or Polygon it is necessary to draw the filter's geometry on the map)

* Select the *Geometric operation* by choosing between **Intersects**, **Is contained**, **Contains**

Applying a *Circle* filter with *Intersect* operation, for example, the process could be similar to the following:
Applying a *Rectangle* filter with *Intersect* operation, for example, the process could be similar to the following:

<video class="ms-docimage" style="max-width:600px;" controls><source src="../img/filtering-layers/geom_filter.mp4"/></video>

Once this filter is set, it is always possible to edit the coordinates and the dimensions of the drawn filter's geometry by clicking on the **Details** button <img src="../img/button/edit-icon-1.jpg" class="ms-docbutton"/>. Editing a circle, for example, it is possible to change the center coordinates (*x*, *y*) and the radius dimension (*m*):

<img src="../img/filtering-layers/edit_geom.jpg" class="ms-docimage" style="max-width:500px;"/>

!!! note
Also for [Dashboard](exploring-dashboards.md) [widgets](widgets.md) (charts, table and counter) it is possible to define a spatial filter without necessarily connect the widget to the map widget by using the usual **Area of interest** filtering section. The example below sows how:
<video class="ms-docimage" style="max-width:600px;" controls><source src="../img/filtering-layers/area-filter-dash.mp4"/></video>

### Layer filter

This tool allows to set [cross-layer filters](https://docs.geoserver.org/stable/en/user/extensions/querylayer/index.html) for a layer by using another layer or even the same one.
Expand All @@ -204,3 +208,6 @@ In order to better understand this type of filter, let's make an example. We sup
In particular, if our goal is to take a look at the Italian Regions that contain the Unesco sites with *serial code=1*, the operations to perform can be the following:

<video class="ms-docimage" controls><source src="../img/filtering-layers/layer_filter.mp4"/></video>

!!! note
The **Layer Filter** option is only available for [widgets](widgets.md) defined in [Map viewer](exploring-maps.md) and not for [Dashboards](exploring-dashboards.md) widgets.
Binary file not shown.
Binary file modified docs/user-guide/img/filtering-layers/edit_geom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/filtering-layers/geom_filter.mp4
Binary file not shown.
Binary file modified docs/user-guide/img/filtering-layers/query-panel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/alphanumeric.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/widgets/axes_tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/bar_charts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/bar_type.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/chart-ex.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/chart-layer-selection.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/chart-options.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/counter-panel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/custom_colors.mp4
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/default_class_label.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/widgets/layout.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/numeric.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/widgets/trace_axes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/widgets/trace_data.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/widgets/trace_style.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/widgets/traces_tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/widget-info.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user-guide/img/widgets/widget-options.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
231 changes: 162 additions & 69 deletions docs/user-guide/widgets.md

Large diffs are not rendered by default.

Loading