Skip to content

Commit 40bff1a

Browse files
author
Tobia Di Pisa
committed
#3622: some fixes to involved documentations
1 parent 251c917 commit 40bff1a

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

docs/user-guide/annotations.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,22 @@ In order to add a new annotation:
3333
* **Click** on the map to define the polygon vertices.
3434

3535
<img src="../img/polygon_annotation_drawing.gif" />
36+
3637

3738
You can also insert new vertices, or edit existing ones, through the coordinates editor using `Decimal` or `Aeronautical` formats.
39+
3840

3941
<img src="../img/coordinates_format_switcher.png" style="max-width:600px;" />
42+
4043

4144
New vertices can be also added using the <img src="../img/++.jpg" style="max-width:30px;" /> button and typing the `latitude` and `longitude` values (see the picture below).
45+
4246

4347
<img src="../img/add_vertex_button.png" style="max-width:450px;" />
48+
4449

4550
Invalid vertices are notified with a red exclamation point icon.
51+
4652

4753
<img src="../img/invalid_vertex.png" style="max-width:600px;" />
4854

@@ -59,7 +65,7 @@ The annotations layer will be added to the TOC and the annotation will be visibl
5965
Styling Annotations
6066
-------------------
6167

62-
Based on which type of annotation was chosen, [MapStore](https://mapstore2.geo-solutions.it/mapstore/#/) allows you to customize the annotation style through a powerful editor. It is accessible from the <img src="../img/annotation-draw.jpg" style="max-width:30px;" /> button of the annotation toolbar.
68+
Based on which type of annotation was chosen, [MapStore](https://mapstore2.geo-solutions.it/mapstore/#/) allows you to customize the annotation style through a powerful editor. It is accessible from the <img src="../img/annotation-draw.jpg" style="max-width:30px;" /> button of the annotation toolbar. During the style editing a preview placed on top of the styler form shows a preview of the edited style.
6369

6470
<img src="../img/annotations_toolbar.png" style="max-width:500px;"/>
6571

@@ -75,7 +81,7 @@ MapStore provides two types of *Marker* annotations, so you have to choose what
7581

7682
Choose the `Shape`, `Color` and `Icon` that best fit your needs.
7783

78-
* *Symbol* types can have different `Shape` and `Size`, a `Fill color` with a customizable `Opacity` level (%), a `Stroke` of different types (continuous, dashed, etc) and customizable `Color`, `Opacity` and `Width`.
84+
* *Symbol* types can have different `Shape` and `Size`, a `Fill color` with a customizable `Opacity` level (%), a `Stroke` of different types (continuous, dashed, etc) and customizable `Color`, `Opacity` and `Width`. Only few symbols are provided by default in MapStore but a custom list of symbols can be configured.
7985

8086
<img src="../img/symbol_style_editor.png" style="max-width:600px;"/>
8187

@@ -99,7 +105,7 @@ See the example below to better understand these options.
99105

100106
*Text* annotations are a bit different from the geometric ones. They display a formatted text on a given point of the map.
101107
The style editor lets you customize the text `Font` (`Family`, `Size`, `Style`, `Weight`) and the `Alignment` (`left`, `center` or `right`).
102-
It also treat the text as a geometric entity, so you can choose a `Fill color` and its `Opacity`, the `Stroke` type, its `Color`, `Opacity` and `Width`. Take a look at the following example.
108+
You can also choose the text `Fill color` and its `Opacity`, the `Stroke` type, its `Color`, `Opacity` and `Width`. Take a look at the following example.
103109

104110
<img src="../img/text_annotation_editor.png" style="max-width:500px;"/>
105111

docs/user-guide/catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
The Catalog Service for the Web (CSW) is an OGC Standard to publish and search geospatial data and related metadata on the internet. It describes geospatial services such as Web Map Service (WMS) and Web Map Tile Service (WMTS).
55

6-
In [MapStore](https://mapstore2.geo-solutions.it/mapstore/#/) the Catalog offers demo services that allow you to extract the data and add them to the map from GeoServer or to create connections to other Geoportal services.
6+
In [MapStore](https://mapstore2.geo-solutions.it/mapstore/#/) the Catalog offers demo services that allow you to extract the data and add them to the map from GeoServer or to create connections to other geospatial services (supported services are WMS, WMTS and CSW).
77

88
Adding Layers from Demo Services
99
--------------------------------
1010

11-
CSW, WMS and WMTS Demo Services are available by default allowing you to import layers from GeoServer and to add them to your map.
11+
CSW, WMS and WMTS Demo Services are available by default allowing you to import layers from the GeoSolutions GeoServer and to add them to your map.
1212

1313
Starting from a new map or an already existing map:
1414

docs/user-guide/filtering-layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
******************
33

44
When using vector layers it might be useful to work with a subset of features.
5-
About that, [MapStore](https://mapstore2.geo-solutions.it/mapstore/#/) let you set up a **Layer Filter** that acts directly on a layer coming from GeoServer and filter its content upfront.
5+
About that, [MapStore](https://mapstore2.geo-solutions.it/mapstore/#/) let you set up a **Layer Filter** that acts directly on a layer with WFS available and filter its content upfront.
66
The map will immediately update when a filter is created and all other tools will take it into consideration when used. More over, the filter is saved into the map context so if you save it the filter will apply when you open the map next time.
77

88
Creating a new Layer Filter

docs/user-guide/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ After adding a layer, several options can be accessed from the TOC allowing you
120120
The remaining tools will be faced in detail in separate sections:
121121

122122
* <img src="../img/properties.jpg" style="width:30px;"/> [Layer Settings](layer-settings.md): allows you to manage the layers in groups, to set the display mode and the style of the layers, and to set the format of the feature info.
123-
* <img src="../img/filter-layer.png" style="max-width:30px;"/> [Filter Layer](filtering-layers.md): acts directly on a layer coming from GeoServer and filter its content upfront.
123+
* <img src="../img/filter-layer.png" style="max-width:30px;"/> [Filter Layer](filtering-layers.md): acts directly on a layer and filter its content upfront (this works only on layers with WFS available).
124124
* <img src="../img/attributes-table.jpg" /> [Attribute Table](attributes-table.md): allows you to visualize, query, edit and analyze tabular data related to the layer.
125125
* <img src="../img/widgets.jpg" /> [Widgets](widgets.md): allows you to create charts, texts, tables widgets and add them to the map.

0 commit comments

Comments
 (0)