Skip to content

Commit

Permalink
Document theme item tileSize
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 27, 2023
1 parent 65e30b8 commit 7318db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration/ThemesConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ The format of the theme definitions is as follows:
| `},` | |
| `"extent": [<xmin>, <ymin>, <xmax>, <ymax>],` | Optional, override theme extent. In `mapCrs`. |
| `"tiled": <boolean>,` | Optional, use tiled WMS, defaults to `false`. |
| `"tileSize": [<tile_width>, <tile_height>]` | Optional, the WMS tile width and height. |
| `"format": "<mimetype>",` | Optional, the format to use for WMS GetMap. Defaults to `image/png`. |
| `"externalLayers": [{` | Optional, external layers to use as replacements for internal layers. |
| `⁣  "name": "<external_layer_name>",` | Name of the external layer, matching a `ExternalLayerDefinition`, see [below](#external-layers). |
Expand Down

0 comments on commit 7318db0

Please sign in to comment.