From 4ff7a49a6593ab8be78d22017b3677c8c60fa4cd Mon Sep 17 00:00:00 2001 From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:32:08 +0200 Subject: [PATCH] Update Dev Guide - Add new missing GeoServer Extensions (#10556) * add_10431 * review --- docs/developer-guide/integrations/geoserver.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer-guide/integrations/geoserver.md b/docs/developer-guide/integrations/geoserver.md index 7275624d75..9ef1d1743f 100644 --- a/docs/developer-guide/integrations/geoserver.md +++ b/docs/developer-guide/integrations/geoserver.md @@ -213,3 +213,5 @@ The advanced Download, activated when GeoServer provides the WPS service above, - [DDS/BIL Plugin](https://docs.geoserver.org/stable/en/user/community/dds/index.html): this plugin add to geoserver the possibility to publish raster data in DDS/BIL format (World Wind). This particular plugin is useful if we want to use a raster data as elevation model for MapStore. This elevation model will be used in 3D mode or with the mouse coordinates plugin (displaying the elevation of a point on the map, together with the coordinates). - [WPS longitudinal profile process](https://docs.geoserver.org/stable/en/user/community/wps-longitudinal-profile/index.html): this plugin added to geoserver gives the possibility to calculate an altitude profile on a given path and it is required to use the [*Longitudinal Profile*](https://docs.mapstore.geosolutionsgroup.com/en/latest/user-guide/longitudinal-profile/) plugin of MapStore. + +- [WFS FreeMarker Extension](https://docs.geoserver.org/stable/en/user/community/wfs-freemarker/index.html): this plugin add to GeoServer the possibility to generate an HTML output for a WFS GetFeature response. As for the WMS Identify settings, it is applicable in MapStore by selecting the HTML format in the [*Feature Info Form*](https://docs.mapstore.geosolutionsgroup.com/en/latest/user-guide/layer-settings/#feature-info-form) for the *Identify Tool*.