Remove last 'AndOrTagRenderingConfig'-mentions, Regenerate schema files
This commit is contained in:
parent
eb5ad619db
commit
336b7b39aa
32 changed files with 15915 additions and 5926 deletions
|
@ -1,4 +1,4 @@
|
|||
import {AndOrTagConfigJson} from "./TagConfigJson";
|
||||
import {TagConfigJson} from "./TagConfigJson";
|
||||
import {TagRenderingConfigJson} from "./TagRenderingConfigJson";
|
||||
import FilterConfigJson from "./FilterConfigJson";
|
||||
import {DeleteConfigJson} from "./DeleteConfigJson";
|
||||
|
@ -47,7 +47,7 @@ export interface LayerConfigJson {
|
|||
/**
|
||||
* Every source must set which tags have to be present in order to load the given layer.
|
||||
*/
|
||||
osmTags: AndOrTagConfigJson | string
|
||||
osmTags: TagConfigJson
|
||||
/**
|
||||
* The maximum amount of seconds that a tile is allowed to linger in the cache
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue