diff --git a/src/statemanager/WfsPermalink.js b/src/statemanager/WfsPermalink.js index e2833bedda00..27b08cdcebd0 100644 --- a/src/statemanager/WfsPermalink.js +++ b/src/statemanager/WfsPermalink.js @@ -76,8 +76,15 @@ import olFormatWFS from 'ol/format/WFS.js'; * WFS permalink service that can be used to load features with a WFS * GetFeature request given query parameters. * - * Resulting features are then highlighted and - * the map is zoomed to the nearest map extent. + * Resulting features are then highlighted and the map is zoomed to the nearest map extent. + * + * Configuration: + * + * ngeoWfsPermalinkOptions: + * wfsTypes: + * - featureType: + * label: + * - ... * * Parameters: * @@ -100,8 +107,7 @@ import olFormatWFS from 'ol/format/WFS.js'; * starting at 0. For instance ``wfs_0_`` * * Example: - * http://example.com?wfs_layer=parcels&wfs_ngroups=2 - * &wfs_0_city=Oslo&wfs_0_number=12,34,56&wfs_1_city=Paris&wfs_1_number=78,90 + * http://example.com?wfs_layer=parcels&wfs_ngroups=2&wfs_0_city=Oslo&wfs_0_number=12,34,56&wfs_1_city=Paris&wfs_1_number=78,90 * will load parcels #12, 34 and 56 of the city of Oslo as well as * parcels #78 and 90 of the city of Paris. *