First steps for a decent custom theme generator

This commit is contained in:
Pieter Vander Vennet 2020-08-31 02:59:47 +02:00
parent a57b7d93fa
commit 2052976909
82 changed files with 1880 additions and 1311 deletions

View file

@ -83,12 +83,12 @@ export interface LayoutConfigJson {
* In order to prevent them to do too much damage, all the overpass-tags of the layers are taken and combined as OR.
* These tag renderings will only show up if the object matches this filter.
*/
roamingRenderings?: TagRenderingConfigJson[],
roamingRenderings?: (TagRenderingConfigJson | string)[],
/**
* The layers to display
*/
layers: LayerConfigJson[],
layers: (LayerConfigJson | string)[],