Skip to content
Aleksandr Shumilov edited this page Jan 31, 2019 · 5 revisions

Layer names notation

[LAYER_TYPE:]SCHEMA_NAME.TABLE_NAME (mvt:exampleschema.exampletable)

LAYER_TYPE defines the type of currently displayed layer. It can have values t (tile layer), v (vector layer), mvt (vector tile layer), w for WebGL layers. Empty LAYER_TYPE has the same value as the t value.

Data is stored in the table TABLE_NAME in the database scheme SCHEMA_NAME. Depending on meta layer settings data can have a different representation, specified byLAYER_TYPE.

Application initialization workflow

https://github.com/sashuk/vidi/issues/142

Clone this wiki locally