refactoring: fix special renderings (partly), deprecate

This commit is contained in:
Pieter Vander Vennet 2023-03-29 18:54:00 +02:00
parent 9b2f92dedc
commit aaaaf1948d
15 changed files with 160 additions and 95 deletions

View file

@ -297,4 +297,12 @@ export interface LayoutConfigJson {
* Set a different timeout for overpass queries - in seconds. Default: 30s
*/
overpassTimeout?: number
/**
* Enables tracking of all nodes when data is loaded.
* This is useful for the 'ImportWay' and 'ConflateWay'-buttons who need this database.
*
* Note: this flag will be automatically set.
*/
enableNodeDatabase?: boolean
}