forked from mapcentia/vidi
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aleksandr Shumilov edited this page Jan 31, 2019
·
5 revisions
[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
.
https://github.com/sashuk/vidi/issues/142