|
TiledViz
|
![]() |
A default configuration is loaded by TiledViz from the config_default.js file. It contains the following parameters * Colors: for the different stickers (for filters and tags), and markers of state (selected tile, tile to be zoomed, …) * Tile configuration: how to use the parameters contained in tiles.js * Behavioural constants: number of tiles, of columns, should they be fixed, spaces between tiles, …
In order to specify custom parameters and to enhance the user experience, it is possible to add in the Case folder a copy of config_default.js (to be named config.js). It is not mandatory to add in this custom file all the parameters from the default configuration file, but one has to be cautious of the syntax when writing those custom parameters.
| In config_default.js | In config.js | Result in TiledViz |
|---|---|---|
| param_1 = value_1 | param_1 = value_2 | param_1 = value_2 |
| param_1 = value_1 | Nothing or no config.js | param_1 = value_1 |