-
Notifications
You must be signed in to change notification settings - Fork 0
vectorTypes
Christoph edited this page Sep 14, 2022
·
1 revision
graph TB;
id1(vectorTypes)-->id2(localFile);
id1(vectorTypes)-->id3(remoteFile);
id1(vectorTypes)-->id4(wfs);
The vectorTypes object contains the following data:
"vectorTypes": {
"localFile": "",
"remoteFile": "",
"wfs": {}
}
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.
The url of the remote GeoJSON file accessable via HTTP or HTTPS. Has to be null
if another vector type is used.
An object containing the configuration of a WFS for querying the annotation features. Has to be null
if another vector type is used.