Skip to content

Commit 1bd3122

Browse files
committed
Document empty printResolutions
1 parent 48c54b8 commit 1bd3122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/ThemesConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The format of the theme definitions is as follows:
142142
| `"attributionUrl": "<URL>",` | Optional, link associated to the attribution |
143143
| `"scales": [<Scale denominators>],` | List of denominators of allowed map scales. If omitted, defaults to `defaultScales`. |
144144
| `"printScales": [<Scale denominators>],` | List of denominators of allowed print scales. If omitted, defaults to `defaultPrintScales`. |
145-
| `"printResolutions": [<DPIs>],` | List of available print resolutions. If omitted, defaults to `defaultPrintResolutions`. |
145+
| `"printResolutions": [<DPIs>],` | List of available print resolutions. If an empty list, resolutions are freely choseable. If omitted, defaults to `defaultPrintResolutions`. |
146146
| `"printGrid": [` | List of grid scale-dependent grid intervals to use when printing. If omitted, defaults to `defaultPrintGrid`. |
147147
| `⁣  {"s": <Scale1>, "x": <Width1>, "y": <Height1>},` | Keep this list sorted in descending order by scale denominator. |
148148
| `⁣  {"s": <Scale2>, "x": <Width2>, "y": <Height2>}` | In this example, `{x: <Width2>, y: <Height2>}` will be used for `<Scale1> > Scale >= <Scale2>`. |

0 commit comments

Comments
 (0)