diff --git a/docs/user-guide/catalog.md b/docs/user-guide/catalog.md index e3dd536a0d1..1701bacde32 100644 --- a/docs/user-guide/catalog.md +++ b/docs/user-guide/catalog.md @@ -469,3 +469,22 @@ 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. + + + +#### 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: + + + +* *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 + The tool capabilities currently available for FGB layers are: + + * *Zoom to selected layer extent* : in order to zoom the map to the layer's extent + * Access the [Layer Settings](layer-settings.md#layer-settings) 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 + * The [3D Navigation](navigation-toolbar.md#3d-navigation) + * The possibility of retrieving information from FGB layers using the [Identify Tool](navigation-toolbar.md#identify-tool) diff --git a/docs/user-guide/image.png b/docs/user-guide/image.png deleted file mode 100644 index f6954c30710..00000000000 Binary files a/docs/user-guide/image.png and /dev/null differ diff --git a/docs/user-guide/img/catalog/advanced_settings_fgb.jpg b/docs/user-guide/img/catalog/advanced_settings_fgb.jpg new file mode 100644 index 00000000000..67af0e4cd8f Binary files /dev/null and b/docs/user-guide/img/catalog/advanced_settings_fgb.jpg differ diff --git a/docs/user-guide/img/catalog/fgb_service.jpg b/docs/user-guide/img/catalog/fgb_service.jpg new file mode 100644 index 00000000000..1f538fca37b Binary files /dev/null and b/docs/user-guide/img/catalog/fgb_service.jpg differ