Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
17 changes: 17 additions & 0 deletions docs/user-guide/catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,20 @@ In **General Settings** of a ArcGIS source type, it is possible to specify the s
A [FlatGeobuf (FGB)](https://flatgeobuf.org/) is a vector file format designed to be served through a standard HTTP server. Its internal structure enables fast and selective data access by leveraging HTTP Range Requests: clients can request only the portions of the file they need, without having to download the entire dataset.

In MapStore, FGB files can be added as layers. Through the Catalog tool, it is possible to configure multiple FlatGeobuf URL sources: each URL is interpreted as a single layer and added to the map directly and efficiently.

<img src="../img/catalog/fgb_service.jpg" class="ms-docimage" style="max-width:600px;"/>

#### Advanced Settings

In addition to the standard options, only for FGB catalog sources, through the **Advanced Settings** the user can configure also the following option:

<img src="../img/catalog/advanced_settings_fgb.jpg" class="ms-docimage" style="max-width:600px;"/>

* *Max features in view*: enter the maximum number of features to be displayed on the map when the layer is added to the [TOC](toc.md#table-of-contents).

!!! Note
Comment thread
tdipisa marked this conversation as resolved.
The tool capabilities currently available for FGB layers are:

* *Zoom to selected layer extent* <img src="../img/button/zoom-layer.jpg" class="ms-docbutton"/>: in order to zoom the map to the layer's extent
* Access the [Layer Settings](layer-settings.md#layer-settings) <img src="../img/button/properties.jpg" class="ms-docbutton"/> to view/edit the [General Information](layer-settings.md#general-information), the [Display](layer-settings.md#cog-layer) options and the [Style](layer-settings.md#styling-for-cog-layer)
* *Remove* the layer <img src="../img/button/delete.jpg" class="ms-docbutton"/>
Binary file removed docs/user-guide/image.png
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 added docs/user-guide/img/catalog/fgb_service.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading