Skip to content

vectorTypes

Christoph edited this page Sep 14, 2022 · 1 revision
graph TB;
    id1(vectorTypes)-->id2(localFile);
    id1(vectorTypes)-->id3(remoteFile);
    id1(vectorTypes)-->id4(wfs);
Loading

Overview

The vectorTypes object contains the following data:

"vectorTypes": {
    "localFile": "",
    "remoteFile": "",
    "wfs": {}
}

Data

localFile

The name of the local GeoJSON file bundled with the app. The string should not include the file extension, only the file name. Has to be null if another vector type is used.

remoteFile

The url of the remote GeoJSON file accessable via HTTP or HTTPS. Has to be null if another vector type is used.

wfs

An object containing the configuration of a WFS for querying the annotation features. Has to be null if another vector type is used.