Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro authored Oct 16, 2023
1 parent c98ce26 commit 57e9e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/ThemesConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The format of the theme definitions is as follows:
| `⁣  "visibility": <boolean>`, | Optional, initial visibility of the layer when theme is loaded. |
| `⁣  "overview": <boolean>`, | Optional, set the layer as the overview map layer (i.e. this layer will be displayed in the overview map regardless of the background layer visible in the main map). |
| `}],` | |
| `"searchProviders": ["<Provider>"],` | Optional, list of search providers, see [Search providers](#search-providers). Defaults to `defaultSearchProviders`. |
| `"searchProviders": ["<Provider>"],` | Optional, list of search providers, see [Search](../topics/Search.md). Defaults to `defaultSearchProviders`. |
| `"minSearchScaleDenom": <number>,` | Optional, minimum scale to enforce when zooming to search results. Takes precedence over value in `config.json`. |
| `"featureReport": {` | Optional, available feature report templates. |
| `⁣  "<LayerId>": "<TemplateID>" ` | WMS sublayer ID and associated template ID to pass to the `featureReportService`.|
Expand Down

0 comments on commit 57e9e26

Please sign in to comment.