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
New vertices can be also added using the <imgsrc="../img/++.jpg"style="max-width:30px;" /> button and typing the `latitude` and `longitude` values (see the picture below).
@@ -59,7 +65,7 @@ The annotations layer will be added to the TOC and the annotation will be visibl
59
65
Styling Annotations
60
66
-------------------
61
67
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 <imgsrc="../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 <imgsrc="../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.
@@ -75,7 +81,7 @@ MapStore provides two types of *Marker* annotations, so you have to choose what
75
81
76
82
Choose the `Shape`, `Color` and `Icon` that best fit your needs.
77
83
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.
@@ -99,7 +105,7 @@ See the example below to better understand these options.
99
105
100
106
*Text* annotations are a bit different from the geometric ones. They display a formatted text on a given point of the map.
101
107
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.
Copy file name to clipboardExpand all lines: docs/user-guide/catalog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
4
4
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).
5
5
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).
7
7
8
8
Adding Layers from Demo Services
9
9
--------------------------------
10
10
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.
12
12
13
13
Starting from a new map or an already existing map:
Copy file name to clipboardExpand all lines: docs/user-guide/filtering-layers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
******************
3
3
4
4
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.
6
6
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.
Copy file name to clipboardExpand all lines: docs/user-guide/toc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,6 @@ After adding a layer, several options can be accessed from the TOC allowing you
120
120
The remaining tools will be faced in detail in separate sections:
121
121
122
122
* <imgsrc="../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
-
* <imgsrc="../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
+
* <imgsrc="../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).
124
124
* <imgsrc="../img/attributes-table.jpg" /> [Attribute Table](attributes-table.md): allows you to visualize, query, edit and analyze tabular data related to the layer.
125
125
* <imgsrc="../img/widgets.jpg" /> [Widgets](widgets.md): allows you to create charts, texts, tables widgets and add them to the map.
0 commit comments