Fix various bugs; improve UK-addresses theme

This commit is contained in:
Pieter Vander Vennet 2022-01-17 21:33:03 +01:00
parent e20cf0abfa
commit 8ca9e4f36c
20 changed files with 357 additions and 164 deletions

View file

@ -140,9 +140,9 @@ export interface LayerConfigJson {
* Small icons shown next to the title.
* If not specified, the OsmLink and wikipedia links will be used by default.
* Use an empty array to hide them.
* Note that "defaults" will insert all the default titleIcons
* Note that "defaults" will insert all the default titleIcons (which are added automatically)
*/
titleIcons?: (string | TagRenderingConfigJson)[];
titleIcons?: (string | TagRenderingConfigJson)[] | ["defaults"];
mapRendering: null | (PointRenderingConfigJson | LineRenderingConfigJson)[]