Konfigurationsreferenz¶
Dieser Abschnitt beschreibt formal die GBD WebSuite Konfiguration, bei der es sich um eine geschachtelte Schlüssel-Wert-Struktur handelt. Die Schlüssel sind immer Zeichenketten, die Werte sollten zu einem der unten aufgeführten Typen gehören.
Der Typ application.Config präsentiert die Applikation Konfiguration.
Basis Typen¶
Grundlegende Datentypen sing wie folgt:
str |
String, muss in der UTF-8 Kodierung sein |
bool |
Boolean true or false |
int |
integer Nummer |
float |
reelle Nummer |
dict |
generisches Schlüssel-Wert-Objekt |
[ Typ ] |
Liste (Array) von Elementen vom Typ |
Access¶
Zugriffsrechte definition for authorization roles
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
role |
str | Liste der Rollen, fuer die diese Regel gilt | ja | |
type |
AccessType | Zugriffstyp (deny oder allow) | ja | |
uid |
str | Eindeutige Layer-ID | nein |
AttributeType¶
Einer von:
"bool"
"bytes"
"date"
"datetime"
"float"
"geometry"
"int"
"list"
"str"
"text"
"time"
Crs¶
CRS code like “EPSG:3857
Date¶
ISO date like “2019-01-30”
DirPath¶
Valid readable directory path on the server
Duration¶
String like “1w 2d 3h 4m 5s” or a number of seconds
Extent¶
An array of 4 elements representing extent coordinates [minx, miny, maxx, maxy]
FilePath¶
Valid readable file path on the server
FormatStr¶
String with {attribute} placeholders
GeometryType¶
Einer von:
"curve"
"geomcollection"
"geometry"
"linestring"
"multicurve"
"multilinestring"
"multipoint"
"multipolygon"
"multisurface"
"point"
"polygon"
"polyhedralsurface"
"surface"
Point¶
Point coordinates [x, y]
Regex¶
Regular expression, as used in Python
TemplateQualityLevel¶
benannte Qualitaetsstufe fuer Vorlagen
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dpi |
int | DPI-Wert | ja | |
name |
str | Levelname | ja |
Url¶
Http or https URL
action.Config¶
Einer von:
- action.alkisgeocoder.Config
- action.alkissearch.Config
- action.asset.Config
- action.auth.Config
- action.bplan.Config
- action.dimension.Config
- action.dprocon.Config
- action.edit.Config
- action.fs.Config
- action.fsinfo.Config
- action.gekos.Config
- action.map.Config
- action.ows.Config
- action.printer.Config
- action.project.Config
- action.search.Config
- action.storage.Config
- action.tabedit.Config
action.alkisgeocoder.Config¶
ALKIS Geocoder action.
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.alkissearch.BuchungConfig¶
Access to the Grundbuch (register) information
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
uid |
str | Eindeutige Layer-ID | nein |
action.alkissearch.Config¶
Flurstückssuche (cadaster parlcels search) action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
buchung |
action.alkissearch.BuchungConfig | access to the Grundbuch (register) information | nein | |
eigentuemer |
action.alkissearch.EigentuemerConfig | access to the Eigentümer (owner) information | nein | |
export |
helper.alkis.util.export.Config | csv export configuration | nein | |
helper |
str | ALKIS helper uid | nein | |
limit |
int | search results limit | nein | 100 |
printTemplate |
template.Config | template for printed Flurstueck details | nein | |
templates |
[ template.Config ] | templates for on-screen Flurstueck details | nein | |
type |
str | Objekttyp | ja | |
ui |
action.alkissearch.UiConfig | ui options | nein | |
uid |
str | Eindeutige Layer-ID | nein |
action.alkissearch.EigentuemerConfig¶
Access to the Eigentümer (owner) information
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
controlMode |
bool | restricted mode enabled | nein | false |
controlRules |
[ str ] | regular expression for the restricted input control | nein | |
logTable |
str | data access protocol table name | nein | |
uid |
str | Eindeutige Layer-ID | nein |
action.alkissearch.UiConfig¶
Flurstückssuche UI configuration.
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
autoSpatialSearch |
bool | activate spatial search after submit | nein | false |
bblattSearchMode |
action.alkissearch.UiBblattSearchMode | buchungsblatt search mode | nein | "any" |
gemarkungListMode |
action.alkissearch.UiGemarkungListMode | gemarkung list mode | nein | "combined" |
searchSelection |
bool | search in selection enabled | nein | false |
searchSpatial |
bool | spatial search enabled | nein | false |
strasseListMode |
action.alkissearch.UiStrasseListMode | strasse list entry format | nein | "plain" |
strasseSearchMode |
action.alkissearch.UiStrasseSearchMode | strasse search mode | nein | "start" |
uid |
str | unique ID | nein | |
useExport |
bool | export function enabled | nein | false |
usePick |
bool | pick mode enabled | nein | false |
useSelect |
bool | select mode enabled | nein | false |
action.alkissearch.UiStrasseListMode¶
Einer von:
"plain"
"withGemarkung"
"withGemarkungIfRepeated"
"withGemeinde"
"withGemeindeIfRepeated"
action.asset.Config¶
Asset (dynamische HTML) Aktion)
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.auth.Config¶
Autorisierungsaktion
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.bplan.AdministrativeUnitConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
name |
str | ja | ||
uid |
str | ja |
action.bplan.Config¶
Construction plans management action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
administrativeUnits |
[ action.bplan.AdministrativeUnitConfig ] | Administrative Units | ja | |
crs |
Crs | CRS for the bplan data | ja | |
dataDir |
DirPath | data directory | ja | |
db |
str | database provider ID | nein | |
exportDataModel |
model.Config | data model for csv export | nein | |
imageQuality |
int | palette size for optimized images | nein | 24 |
metaTable |
db.SqlTableConfig | meta table configuration | ja | |
planTable |
db.SqlTableConfig | plan table configuration | ja | |
planTypes |
[ action.bplan.PlanTypeConfig ] | Plan Types | ja | |
templates |
[ template.Config ] | templates | ja | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
uploadChunkSize |
int | upload chunk size in mb | ja |
action.bplan.PlanTypeConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
color |
str | ja | ||
name |
str | ja | ||
srcName |
str | ja | ||
uid |
str | ja |
action.dimension.Config¶
Dimension action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
layers |
[ str ] | target layer uids | nein | |
pixelTolerance |
int | pixel tolerance | nein | 10 |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.dprocon.Config¶
D-Procon connector action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cacheTime |
Duration | request cache life time | nein | "24h" |
dataTableName |
str | table to store consolidated results | ja | |
dataTablePattern |
str | pattern for result tables to consolidate | ja | |
gemeindeFilter |
[ str ] | gemeinde (AU) ids to keep in the index | nein | |
infoTitle |
str | information box title | nein | |
requestTableName |
str | table to store outgoing requests | ja | |
requestUrl |
Url | main program url, with the placholder {REQUEST_ID} | ja | |
templates |
[ template.Config ] | feature formatting templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.edit.Config¶
feature edit action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.fs.Config¶
File system action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
root |
DirPath | file system root | ja | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.fsinfo.Config¶
FSInfo action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
dataTable |
db.SqlTableConfig | ja | ||
db |
str | database provider uid | nein | |
documentTable |
db.SqlTableConfig | ja | ||
templates |
[ template.Config ] | client templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.gekos.Config¶
GekoS action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
crs |
Crs | CRS for gekos data | nein | |
db |
str | database provider uid | nein | |
position |
action.gekos.PositionConfig | position correction for points | nein | |
sources |
[ action.gekos.SourceConfig ] | gek-online instances | nein | |
table |
db.SqlTableConfig | sql table configuration | ja | |
templates |
[ template.Config ] | feature formatting templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.gekos.PositionConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
angle |
int | angle for points repelling | nein | 0 |
distance |
int | radius for points repelling | nein | 0 |
offsetX |
int | x-offset for points | ja | |
offsetY |
int | y-offset for points | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.gekos.SourceConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
instance |
str | instance name for this source | ja | |
params |
dict | additional parameters for gek-online calls | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | gek-online base url | ja |
action.map.Config¶
map rendering action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.ows.Config¶
OWS server action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
services |
[ ows.service.Config ] | services configuration | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.printer.Config¶
Druckaktion
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.project.Config¶
Projektaktion
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.search.Config¶
Suchaktion
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
limit |
int | search results limit | nein | 1000 |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.storage.Config¶
Storage action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.tabedit.Config¶
Table Editor action
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
db |
str | database provider uid | nein | |
tables |
[ action.tabedit.TableConfig ] | ja | ||
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
action.tabedit.TableConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dataModel |
model.Config | table data model | nein | |
disableAddButton |
bool | disable the ‘add’ button | nein | |
sort |
str | sort expression | nein | |
table |
db.SqlTableConfig | sql table configurations | ja | |
title |
str | nein | ||
uid |
str | Eindeutige Layer-ID | nein | |
widths |
[ int ] | column widths, 0 to exclude | nein | |
withFilter |
bool | use filter boxes | nein |
api.Config¶
Server actions
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
actions |
[ action.Config ] | available actions | nein | |
uid |
str | Eindeutige Layer-ID | nein |
application.Config¶
Hauptkonfiguration der GBD WebSuite
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
api |
api.Config | system-wide server actions | nein | |
auth |
auth.Config | Autorisierungsmethoden und -optionen | nein | |
client |
client.Config | GBD WebSuite Client Konfiguration | nein | |
db |
application.DbConfig | Datenbankkonfiguration | nein | |
developer |
dict | developer options | nein | |
fonts |
application.FontConfig | fonts configuration | nein | |
helpers |
[ helper.Config ] | helpers configurations | nein | |
locales |
[ str ] | default locales for all projects | nein | |
meta |
metadata.Config | application metadata | nein | |
projectDirs |
[ DirPath ] | Verzeichnisse mit zusaetzlichen Projekten | nein | |
projectPaths |
[ FilePath ] | zusaetzliche Projektpfade | nein | |
projects |
[ project.Config ] | Projektkonfigurationen | nein | |
seeding |
application.SeedingConfig | Konfiguration für Seeding-Jobs | nein | |
server |
server.Config | Server Engine-Optionen | nein | |
timeZone |
str | Zeitzone für diesen Server | nein | "UTC" |
uid |
str | Eindeutige Layer-ID | nein | |
web |
application.WebConfig | Webserver-Konfiguration | nein |
application.DbConfig¶
Datenbankkonfiguration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
providers |
[ db.provider.Config ] | ja | ||
uid |
str | Eindeutige Layer-ID | nein |
application.FontConfig¶
Fonts configuration.
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dir |
DirPath | directory with custom fonts | ja | |
uid |
str | Eindeutige Layer-ID | nein |
application.SSLConfig¶
SSL configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
crt |
FilePath | crt bundle location | ja | |
key |
FilePath | key file location | ja | |
uid |
str | Eindeutige Layer-ID | nein |
application.SeedingConfig¶
Seeding-Optionen
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
concurrency |
int | Anzahl gleichzeitiger Seeding-Jobs | nein | 1 |
maxTime |
Duration | max. Zeit für einen Seeding Job | nein | 600 |
uid |
str | Eindeutige Layer-ID | nein |
application.WebConfig¶
Web server configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
sites |
[ web.site.Config ] | configured sites | nein | |
ssl |
application.SSLConfig | ssl configuration | nein | |
uid |
str | Eindeutige Layer-ID | nein |
auth.Config¶
Authentication and authorization options
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
methods |
[ auth.method.Config ] | authorization methods | nein | |
providers |
[ auth.provider.Config ] | authorization providers | ja | |
sessionLifeTime |
Duration | session life time | nein | 1200 |
sessionStorage |
str | session storage engine | nein | "sqlite" |
uid |
str | Eindeutige Layer-ID | nein |
auth.method.basic.Config¶
HTTP-basic authorization options
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
secure |
bool | use only with SSL | nein | true |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
auth.method.web.Config¶
Web-based authorization options
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
cookieName |
str | name for the cookie | nein | "auth" |
cookiePath |
str | cookie path | nein | "/" |
secure |
bool | use only with SSL | nein | true |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
auth.provider.file.Config¶
dateibasierter Autorisierungsanbieter
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
allowedMethods |
[ str ] | allowed authorization methods | nein | |
path |
FilePath | Pfad zur JSON-Datei des Benutzers | ja | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
auth.provider.ldap.Config¶
LDAP-Autorisierungsanbieter
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
activeDirectory |
bool | wahr, wenn der LDAP-Server Active Directory ist | nein | true |
allowedMethods |
[ str ] | allowed authorization methods | nein | |
bindDN |
str | BIND DN | ja | |
bindPassword |
str | BIND Passwort | ja | |
displayNameFormat |
FormatStr | Format für den Anzeigenamen des Benutzers | nein | "{dn}" |
timeout |
Duration | LDAP-Server-Timeout | nein | 30 |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
str | LDAP-Server-URL “ldap://host:port/baseDN?searchAttribute” | ja | |
users |
[ auth.provider.ldap.UserSpec ] | map LDAP filters to gws roles | ja |
auth.provider.ldap.UserSpec¶
Map LDAP filters to authorization roles
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
matches |
str | LDAP filter the account has to match | nein | |
memberOf |
str | LDAP group the account has to be a member of | nein | |
roles |
[ str ] | role names | ja |
client.Config¶
Element der Client-Benutzeroberflaeche
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
addElements |
[ client.ElementConfig ] | add elements to the parent element list | nein | |
elements |
[ client.ElementConfig ] | Kindelemente dieses Elements | nein | |
options |
dict | Optionen für dieses Element | nein | |
removeElements |
[ client.ElementConfig ] | remove elements from the parent element list | nein | |
uid |
str | Eindeutige Layer-ID | nein |
client.ElementConfig¶
GWS client UI element configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
after |
str | insert after this tag | nein | |
before |
str | insert before this tag | nein | |
tag |
str | element tag | ja | |
uid |
str | Eindeutige Layer-ID | nein |
db.SqlTableConfig¶
SQL database table
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
geometryColumn |
str | geometry column name | nein | |
keyColumn |
str | primary key column name | nein | |
name |
str | table name | ja | |
searchColumn |
str | column to be searched for | nein | |
uid |
str | Eindeutige Layer-ID | nein |
db.provider.postgres.Config¶
Postgres/Postgis database provider
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
connectTimeout |
Duration | connect timeout | nein | 0 |
database |
str | database name | nein | |
host |
str | database host | nein | "localhost" |
password |
str | password | ja | |
port |
int | database port | nein | 5432 |
timeout |
Duration | query timeout | nein | 0 |
type |
str | Objekttyp | ja | |
uid |
str | unique id | ja | |
user |
str | username | ja |
gis.source.LayerFilter¶
Layerfilter
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
level |
int | nein | 0 |
|
names |
[ str ] | nein | ||
pattern |
Regex | nein | ||
uid |
str | Eindeutige Layer-ID | nein |
gis.zoom.Config¶
Zoom- und Aufloesungskonfiguration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
initResolution |
float | Ausgangsaufloesung | nein | |
initScale |
float | Ausgangsmassstab | nein | |
maxResolution |
float | maximale Aufloesung | nein | |
maxScale |
float | maximaler Massstab | nein | |
minResolution |
float | Minimale Aufloesung | nein | |
minScale |
float | Minimaler Massstab | nein | |
resolutions |
[ float ] | Erlaubte Aufloesungen | nein | |
scales |
[ float ] | Erlaubte Massstaebe | nein | |
uid |
str | Eindeutige Layer-ID | nein |
helper.Config¶
Einer von:
helper.alkis.Config¶
ALKIS helper.
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
crs |
Crs | CRS for the ALKIS data | ja | |
dataSchema |
str | schema where ALKIS tables are stored | nein | "public" |
db |
str | database provider ID | nein | |
excludeGemarkung |
[ str ] | Gemarkung (Administrative Unit) IDs to exclude from search | nein | |
indexSchema |
str | schema to store GWS internal indexes | nein | "gws" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
helper.alkis.util.export.Config¶
CSV Export configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
groups |
[ helper.alkis.util.export.GroupConfig ] | export groups | nein | |
uid |
str | Eindeutige Layer-ID | nein |
helper.alkis.util.export.GroupConfig¶
Export group configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
buchung |
bool | include Grundbuch (register) data | nein | false |
dataModel |
model.Config | data model for this group | nein | |
eigentuemer |
bool | include Eigentuemer (owner) data | nein | false |
title |
str | title for this group | ja | |
uid |
str | Eindeutige Layer-ID | nein |
helper.csv.Config¶
CSV format settings
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
decimal |
str | decimal sign | nein | "." |
delimiter |
str | field delimiter | nein | "," |
encoding |
str | encoding for CSV files | nein | "utf8" |
formulaHack |
bool | prepend numeric strings with an equal sign | nein | true |
precision |
int | precision for floats | nein | 2 |
quoteAll |
bool | quote all fields | nein | false |
quote |
str | quote sign | nein | "\"" |
rowDelimiter |
str | row delimiter | nein | "\n" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
helper.storage.Config¶
Storage helper
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
backend |
helper.storage.Backend | backend type | ja | |
path |
str | path to the storage file | nein | |
permissions |
[ helper.storage.PermissionRule ] | permission rules | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
helper.storage.PermissionRule¶
Permission rule for a storage category
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
category |
str | storage category name | ja | |
mode |
helper.storage.Mode | allowed mode (read/write) | ja | |
uid |
str | Eindeutige Layer-ID | nein |
helper.xml.Config¶
XML settings
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
namespaces |
[ helper.xml.NamespaceConfig ] | custom namespaces | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
helper.xml.NamespaceConfig¶
XML namespace configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
name |
str | namespace name | ja | |
schemaLocation |
Url | namespace schema location | nein | |
uri |
Url | namespace uri | ja |
layer.CacheConfig¶
Cache configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | cache is enabled | nein | false |
maxAge |
Duration | cache max. age | nein | "7d" |
maxLevel |
int | max. zoom level to cache | nein | 1 |
uid |
str | Eindeutige Layer-ID | nein |
layer.ClientOptions¶
Client options for a layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
exclusive |
bool | only one of this layer’s children is visible at a time | nein | false |
expanded |
bool | the layer is expanded in the list view | nein | false |
listed |
bool | the layer is displayed in this list view | nein | true |
selected |
bool | the layer is intially selected | nein | false |
unfolded |
bool | the layer is not listed, but its children are | nein | false |
visible |
bool | the layer is intially visible | nein | true |
layer.Config¶
Einer von:
layer.CustomConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
applyTo |
gis.source.LayerFilter | source layers this configuration applies to | nein | |
clientOptions |
layer.ClientOptions | options for the layer display in the client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | layer extent | nein | |
legend |
layer.LegendConfig | legend configuration | nein | |
meta |
metadata.Config | layer meta data | nein | |
opacity |
float | layer opacity | nein | |
ows |
layer.OwsConfig | OWS services options | nein | |
search |
search.Config | layer search configuration | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | layer title | nein | |
uid |
str | Eindeutige Layer-ID | nein | |
zoom |
gis.zoom.Config | layer resolutions and scales | nein |
layer.EditConfig¶
Edit access for a layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
uid |
str | Eindeutige Layer-ID | nein |
layer.FlattenConfig¶
Layer hierarchy flattening
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
level |
int | flatten level | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
useGroups |
bool | use group names (true) or image layer names (false) | nein | false |
layer.GridConfig¶
Grid configuration for caches and tiled data
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
metaBuffer |
int | pixel buffer | nein | 0 |
metaSize |
int | number of meta-tiles to fetch | nein | 0 |
origin |
str | position of the first tile (nw or sw) | nein | "nw" |
tileSize |
int | tile size | nein | 256 |
uid |
str | Eindeutige Layer-ID | nein |
layer.LegendConfig¶
Layer legend confuguration.
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | the legend is enabled | nein | true |
options |
dict | provider-dependent legend options | nein | |
path |
FilePath | path of the legend image | nein | |
template |
template.Config | template for an HTML legend | nein | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | url of the legend image | nein |
layer.OwsConfig¶
OWS services confuguration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabledServices |
layer.OwsEnabledServicesConfig | enabled OWS services | nein | |
enabled |
bool | enable this layer for ows services | nein | true |
featureName |
str | feature name for ows services | nein | |
name |
str | layer name for ows services | nein | |
uid |
str | Eindeutige Layer-ID | nein |
layer.OwsEnabledServicesConfig¶
Configuration for enabled OWS services
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
pattern |
Regex | pattern for enabled service uids | nein | |
uid |
str | Eindeutige Layer-ID | nein | |
uids |
[ str ] | enabled services uids | nein |
layer.geojson.Config¶
GeoJson layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "client" |
editDataModel |
model.Config | data model for input data | nein | |
editStyle |
style.Config | style for features being edited | nein | |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
keyProp |
str | property name for unique ids | nein | "id" |
legend |
layer.LegendConfig | legend configuration | nein | |
loadingStrategy |
str | loading strategy for features (‘all’, ‘bbox’) | nein | "all" |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
path |
FilePath | geojson file | ja | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
style |
style.Config | style for features | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.group.Config¶
Gruppenlayer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "box" |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
layers |
[ layer.Config ] | Layer in dieser Gruppe | ja | |
legend |
layer.LegendConfig | legend configuration | nein | |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.postgres.Config¶
Postgres layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
db |
str | database provider uid | nein | |
display |
layer.DisplayMode | layer display mode | nein | "client" |
editDataModel |
model.Config | data model for input data | nein | |
editStyle |
style.Config | style for features being edited | nein | |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
legend |
layer.LegendConfig | legend configuration | nein | |
loadingStrategy |
str | loading strategy for features (‘all’, ‘bbox’) | nein | "all" |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
style |
style.Config | style for features | nein | |
table |
db.SqlTableConfig | sql table configuration | ja | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.qgis.Config¶
automatische QGIS-Layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cache |
layer.CacheConfig | Cache-Konfiguration | nein | |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
directRender |
[ str ] | QGIS providers that should be rendered directly | nein | |
directSearch |
[ str ] | QGIS providers that should be searched directly | nein | |
display |
layer.DisplayMode | layer display mode | nein | "box" |
edit |
layer.EditConfig | editing permissions | nein | |
excludeLayers |
gis.source.LayerFilter | source layers to exclude | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
flattenLayers |
layer.FlattenConfig | flatten the layer hierarchy | nein | |
grid |
layer.GridConfig | Rasterkonfiguration | nein | |
imageFormat |
layer.ImageFormat | image format | nein | "png8" |
layerConfig |
[ layer.CustomConfig ] | custom configurations for specific layers | nein | |
legend |
layer.LegendConfig | legend configuration | nein | |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
path |
FilePath | path to a qgs project file | ja | |
rootLayers |
gis.source.LayerFilter | source layers to use as roots | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.qgisflat.Config¶
QGIS direct layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cache |
layer.CacheConfig | Cache-Konfiguration | nein | |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "box" |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
grid |
layer.GridConfig | Rasterkonfiguration | nein | |
imageFormat |
layer.ImageFormat | image format | nein | "png8" |
legend |
layer.LegendConfig | legend configuration | nein | |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
path |
FilePath | qgis project path | ja | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
sourceLayers |
gis.source.LayerFilter | source layers to use | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.tile.Config¶
Titel-Layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cache |
layer.CacheConfig | Cache-Konfiguration | nein | |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "tile" |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
grid |
layer.GridConfig | Rasterkonfiguration | nein | |
imageFormat |
layer.ImageFormat | image format | nein | "png8" |
legend |
layer.LegendConfig | legend configuration | nein | |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
service |
layer.tile.ServiceConfig | service configuration | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | rest url with placeholders {x}, {y} and {z} | ja | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.tile.ServiceConfig¶
Tile service configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
crs |
Crs | service CRS | nein | "EPSG:3857" |
extent |
Extent | service extent | nein | |
origin |
str | position of the first tile (nw or sw) | nein | "nw" |
tileSize |
int | tile size | nein | 256 |
layer.wfs.Config¶
WFS layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
capsCacheMaxAge |
Duration | max cache age for capabilities documents | nein | "1d" |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "client" |
editDataModel |
model.Config | data model for input data | nein | |
editStyle |
style.Config | style for features being edited | nein | |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
invertAxis |
[ Crs ] | projections that have an inverted axis (yx) | nein | |
legend |
layer.LegendConfig | legend configuration | nein | |
loadingStrategy |
str | loading strategy for features (‘all’, ‘bbox’) | nein | "all" |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
params |
dict | extra query params | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
sourceLayers |
gis.source.LayerFilter | source layers to use | nein | |
style |
style.Config | style for features | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | service url | ja | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.wms.Config¶
WMS layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cache |
layer.CacheConfig | Cache-Konfiguration | nein | |
capsCacheMaxAge |
Duration | max cache age for capabilities documents | nein | "1d" |
capsLayersBottomUp |
bool | layers are listed from bottom to top in the GetCapabilities document | nein | false |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "box" |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
getCapabilitiesParams |
dict | additional parameters for GetCapabilities requests | nein | |
getMapParams |
dict | additional parameters for GetMap requests | nein | |
grid |
layer.GridConfig | Rasterkonfiguration | nein | |
imageFormat |
layer.ImageFormat | image format | nein | "png8" |
invertAxis |
[ Crs ] | projections that have an inverted axis (yx) | nein | |
legend |
layer.LegendConfig | legend configuration | nein | |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
sourceLayers |
gis.source.LayerFilter | source layers to use | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | service url | ja | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.wmstree.Config¶
WMS layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cache |
layer.CacheConfig | Cache-Konfiguration | nein | |
capsCacheMaxAge |
Duration | max cache age for capabilities documents | nein | "1d" |
capsLayersBottomUp |
bool | layers are listed from bottom to top in the GetCapabilities document | nein | false |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "box" |
edit |
layer.EditConfig | editing permissions | nein | |
excludeLayers |
gis.source.LayerFilter | source layers to exclude | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
flattenLayers |
layer.FlattenConfig | flatten the layer hierarchy | nein | |
getCapabilitiesParams |
dict | additional parameters for GetCapabilities requests | nein | |
getMapParams |
dict | additional parameters for GetMap requests | nein | |
grid |
layer.GridConfig | Rasterkonfiguration | nein | |
imageFormat |
layer.ImageFormat | image format | nein | "png8" |
invertAxis |
[ Crs ] | projections that have an inverted axis (yx) | nein | |
layerConfig |
[ layer.CustomConfig ] | custom configurations for specific layers | nein | |
legend |
layer.LegendConfig | legend configuration | nein | |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
rootLayers |
gis.source.LayerFilter | source layers to use as roots | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | service url | ja | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
layer.wmts.Config¶
WMTS layer
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
cache |
layer.CacheConfig | Cache-Konfiguration | nein | |
capsCacheMaxAge |
Duration | max cache age for capabilities documents | nein | "1d" |
clientOptions |
layer.ClientOptions | Optionen für die Layeranzeige im Client | nein | |
dataModel |
model.Config | layer data model | nein | |
display |
layer.DisplayMode | layer display mode | nein | "tile" |
edit |
layer.EditConfig | editing permissions | nein | |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
grid |
layer.GridConfig | Rasterkonfiguration | nein | |
imageFormat |
layer.ImageFormat | image format | nein | "png8" |
legend |
layer.LegendConfig | legend configuration | nein | |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
meta |
metadata.Config | Layermetadaten | nein | |
opacity |
float | Layertransparenz | nein | 1 |
ows |
layer.OwsConfig | OWS services options | nein | |
params |
dict | query string parameters | nein | |
search |
search.Config | Layer-Suchkonfiguration | nein | |
sourceLayer |
str | WMTS layer name | nein | |
sourceStyle |
str | WMTS style name | nein | |
templates |
[ template.Config ] | client templates | nein | |
title |
str | Layertitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | service url | ja | |
zoom |
gis.zoom.Config | Layeraufloesungen und Massstaebe | nein |
map.Config¶
Kartenkonfiguration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
center |
Point | Kartenmitte | nein | |
coordinatePrecision |
int | precision for coordinates | nein | |
crs |
Crs | KBS fuer diese Karte | nein | "EPSG:3857" |
extentBuffer |
int | extent buffer | nein | |
extent |
Extent | Layerausmasse | nein | |
layers |
[ layer.Config ] | Sammlung von Layern fuer diese Karte | ja | |
skipInvalidLayers |
bool | remove invalid layers from the map | nein | false |
title |
str | Kartentitel | nein | |
uid |
str | Eindeutige ID | nein | |
zoom |
gis.zoom.Config | Kartenmassstaebe und Aufloesungen | nein |
metadata.Config¶
Object metadata configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
abstract |
str | object abstract description | nein | |
accessConstraints |
str | nein | ||
attribution |
str | attribution (copyright) string | nein | |
authorityIdentifier |
str | nein | ||
authorityName |
str | nein | ||
authorityUrl |
Url | nein | ||
catalogCitationUid |
str | catalog citation identifier | nein | |
catalogUid |
str | catalog identifier | nein | |
contact |
metadata.ContactConfig | contact information | nein | |
dateBegin |
Date | temporal extent begin | nein | |
dateCreated |
Date | publication date | nein | |
dateEnd |
Date | temporal extent end | nein | |
dateUpdated |
Date | modification date | nein | |
fees |
str | nein | ||
image |
Url | image (logo) url | nein | |
insipreKeywords |
[ metadata.MetaInspireMandatoryKeyword ] | nein | ||
insipreMandatoryKeyword |
metadata.MetaInspireMandatoryKeyword | nein | ||
inspireDegreeOfConformity |
metadata.MetaInspireDegreeOfConformity | nein | ||
inspireResourceType |
metadata.MetaInspireResourceType | nein | ||
inspireSpatialDataServiceType |
metadata.MetaInspireSpatialDataServiceType | nein | ||
inspireSpatialScope |
metadata.MetaInspireSpatialScope | nein | ||
inspireTheme |
metadata.MetaInspireTheme | nein | ||
isoMaintenanceFrequencyCode |
metadata.MetaIsoMaintenanceFrequencyCode | nein | ||
isoQualityConformance |
[ metadata.MetaIsoQualityConformance ] | nein | ||
isoQualityLineage |
metadata.MetaIsoQualityLineage | nein | ||
isoRestrictionCode |
metadata.MetaIsoRestrictionCode | nein | ||
isoScopeName |
str | ISO-19139 scope name | nein | |
isoScope |
metadata.MetaIsoScope | ISO-19139 scope code | nein | |
isoSpatialRepresentationType |
metadata.MetaIsoSpatialRepresentationType | ISO-19139 spatial type | nein | |
isoTopicCategory |
metadata.MetaIsoTopicCategory | ISO-19139 topic category | nein | |
keywords |
[ str ] | keywords | nein | [] |
language |
str | object language | nein | |
license |
str | nein | ||
links |
[ metadata.LinkConfig ] | additional links | nein | [] |
name |
str | object internal name | nein | |
serviceUrl |
Url | service url | nein | |
title |
str | object title | nein | |
uid |
str | Eindeutige Layer-ID | nein | |
urlFormat |
str | metadata url mime type | nein | |
urlType |
str | metadata url type like “TC211” | nein | |
url |
Url | metadata url | nein |
metadata.ContactConfig¶
Contact metadata configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
address |
str | nein | ||
area |
str | nein | ||
city |
str | nein | ||
country |
str | nein | ||
email |
str | nein | ||
fax |
str | nein | ||
organization |
str | nein | ||
person |
str | nein | ||
phone |
str | nein | ||
position |
str | nein | ||
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | nein | ||
zip |
str | nein |
metadata.LinkConfig¶
Object link configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
formatName |
str | link format | nein | |
formatVersion |
str | link format version | nein | |
function |
metadata.MetaIsoOnLineFunction | ISO-19115 function | nein | |
scheme |
str | link scheme | nein | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | link url | ja |
metadata.MetaInspireDegreeOfConformity¶
Inspire degreeOfConformity, see http://inspire.ec.europa.eu/schemas/common/1.0/common.xsd
Einer von:
"conformant"
"notConformant"
"notEvaluated"
metadata.MetaInspireMandatoryKeyword¶
Inspire keyword, see http://inspire.ec.europa.eu/schemas/common/1.0/common.xsd
Einer von:
"chainDefinitionService"
"comEncodingService"
"comGeographicCompressionService"
"comGeographicFormatConversionService"
"comMessagingService"
"comRemoteFileAndExecutableManagement"
"comService"
"comTransferService"
"humanCatalogueViewer"
"humanChainDefinitionEditor"
"humanFeatureGeneralizationEditor"
"humanGeographicDataStructureViewer"
"humanGeographicFeatureEditor"
"humanGeographicSpreadsheetViewer"
"humanGeographicSymbolEditor"
"humanGeographicViewer"
"humanInteractionService"
"humanServiceEditor"
"humanWorkflowEnactmentManager"
"infoCatalogueService"
"infoCoverageAccessService"
"infoFeatureAccessService"
"infoFeatureTypeService"
"infoGazetteerService"
"infoManagementService"
"infoMapAccessService"
"infoOrderHandlingService"
"infoProductAccessService"
"infoRegistryService"
"infoSensorDescriptionService"
"infoStandingOrderService"
"metadataGeographicAnnotationService"
"metadataProcessingService"
"metadataStatisticalCalculationService"
"spatialCoordinateConversionService"
"spatialCoordinateTransformationService"
"spatialCoverageVectorConversionService"
"spatialDimensionMeasurementService"
"spatialFeatureGeneralizationService"
"spatialFeatureManipulationService"
"spatialFeatureMatchingService"
"spatialImageCoordinateConversionService"
"spatialImageGeometryModelConversionService"
"spatialOrthorectificationService"
"spatialPositioningService"
"spatialProcessingService"
"spatialProximityAnalysisService"
"spatialRectificationService"
"spatialRouteDeterminationService"
"spatialSamplingService"
"spatialSensorGeometryModelAdjustmentService"
"spatialSubsettingService"
"spatialTilingChangeService"
"subscriptionService"
"taskManagementService"
"temporalProcessingService"
"temporalProximityAnalysisService"
"temporalReferenceSystemTransformationService"
"temporalSamplingService"
"temporalSubsettingService"
"thematicChangeDetectionService"
"thematicClassificationService"
"thematicFeatureGeneralizationService"
"thematicGeocodingService"
"thematicGeographicInformationExtractionService"
"thematicGeoparsingService"
"thematicGoparameterCalculationService"
"thematicImageManipulationService"
"thematicImageProcessingService"
"thematicImageSynthesisService"
"thematicImageUnderstandingService"
"thematicMultibandImageManipulationService"
"thematicObjectDetectionService"
"thematicProcessingService"
"thematicReducedResolutionGenerationService"
"thematicSpatialCountingService"
"thematicSubsettingService"
"workflowEnactmentService"
metadata.MetaInspireResourceType¶
Inspire resourceType, see http://inspire.ec.europa.eu/schemas/common/1.0/common.xsd
Einer von:
"dataset"
"series"
"service"
metadata.MetaInspireSpatialDataServiceType¶
Inspire spatialDataServiceType, see http://inspire.ec.europa.eu/schemas/common/1.0/common.xsd
Einer von:
"discovery"
"download"
"invoke"
"other"
"transformation"
"view"
metadata.MetaInspireSpatialScope¶
Inspire spatialScope, see https://inspire.ec.europa.eu/metadata-codelist/SpatialScope
Einer von:
"european"
"global_"
"local"
"national"
"regional"
metadata.MetaInspireTheme¶
Inspire theme, see http://inspire.ec.europa.eu/theme/
Einer von:
"ac"
"ad"
"af"
"am"
"au"
"br"
"bu"
"cp"
"ef"
"el"
"er"
"ge"
"gg"
"gn"
"hb"
"hh"
"hy"
"lc"
"lu"
"mf"
"mr"
"nz"
"of"
"oi"
"pd"
"pf"
"ps"
"rs"
"sd"
"so"
"sr"
"su"
"tn"
"us"
metadata.MetaIsoMaintenanceFrequencyCode¶
ISO-19139 MD_MaintenanceFrequencyCode, see https://standards.iso.org/iso/19139/resources/gmxCodelists.xml
Einer von:
"annually"
"asNeeded"
"biannually"
"continual"
"daily"
"fortnightly"
"irregular"
"monthly"
"notPlanned"
"quarterly"
"unknown"
"weekly"
metadata.MetaIsoOnLineFunction¶
ISO-19139 CI_OnLineFunctionCode, see https://standards.iso.org/iso/19139/resources/gmxCodelists.xml
Einer von:
"download"
"information"
"offlineAccess"
"order"
"search"
metadata.MetaIsoQualityConformance¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
explanation |
str | nein | ||
qualityPass |
bool | ja | ||
specificationDate |
str | ja | ||
specificationTitle |
str | ja |
metadata.MetaIsoQualityLineage¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
sourceScale |
int | ja | ||
source |
str | ja | ||
statement |
str | ja |
metadata.MetaIsoRestrictionCode¶
ISO-19139 MD_RestrictionCode, see https://standards.iso.org/iso/19139/resources/gmxCodelists.xml
Einer von:
"copyright"
"intellectualPropertyRights"
"license"
"otherRestrictions"
"patent"
"patentPending"
"restricted"
"trademark"
metadata.MetaIsoScope¶
ISO-19139 MD/MX_ScopeCode, see https://standards.iso.org/iso/19139/resources/gmxCodelists.xml
Einer von:
"attribute"
"attributeType"
"collectionHardware"
"collectionSession"
"dataset"
"dimensionGroup"
"feature"
"featureType"
"fieldSession"
"initiative"
"model"
"nonGeographicDataset"
"otherAggregate"
"platformSeries"
"productionSeries"
"propertyType"
"sensor"
"sensorSeries"
"series"
"service"
"software"
"stereomate"
"tile"
"transferAggregate"
metadata.MetaIsoSpatialRepresentationType¶
ISO-19139 MD_SpatialRepresentationTypeCode, see https://standards.iso.org/iso/19139/resources/gmxCodelists.xml
Einer von:
"grid"
"stereoModel"
"textTable"
"tin"
"vector"
"video"
metadata.MetaIsoTopicCategory¶
ISO-19139 MD_TopicCategoryCode, see https://standards.iso.org/iso/19139/resources/gmxCodelists.xml
Einer von:
"biota"
"boundaries"
"climatologyMeteorologyAtmosphere"
"economy"
"elevation"
"environment"
"farming"
"geoscientificInformation"
"health"
"imageryBaseMapsEarthCover"
"inlandWaters"
"intelligenceMilitary"
"location"
"oceans"
"planningCadastre"
"society"
"structure"
"transportation"
"utilitiesCommunication"
model.Config¶
Data model
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
crs |
Crs | CRS for this model | nein | |
geometryType |
GeometryType | specific geometry type | nein | |
rules |
[ model.ModelRule ] | attribute conversion rules | ja | |
uid |
str | Eindeutige Layer-ID | nein |
model.ModelRule¶
Attribute conversion rule
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
editable |
bool | attribute is editable | nein | true |
expression |
str | attribute conversion expression | nein | |
format |
FormatStr | attribute formatter | nein | |
name |
str | target attribute name | nein | |
source |
str | source attribute name | nein | |
title |
str | target attribute title | nein | |
type |
AttributeType | target attribute type | nein | "str" |
value |
str | constant value | nein |
ows.service.Config¶
Einer von:
ows.service.csw.Config¶
CSW Service configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
forceFeatureName |
str | nein | ||
meta |
metadata.Config | service metadata | nein | |
name |
str | service name | nein | |
profile |
ows.service.csw.Profile | metadata profile | nein | "ISO" |
root |
str | root layer uid | nein | |
strictParams |
bool | strict parameter parsing | nein | false |
supportedCrs |
[ Crs ] | supported CRS for this service | nein | |
templates |
[ template.Config ] | service XML templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
updateSequence |
str | service update sequence | nein | |
withInspireMeta |
bool | use INSPIRE Metadata | nein | false |
ows.service.wcs.Config¶
WCS Service configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
forceFeatureName |
str | nein | ||
meta |
metadata.Config | service metadata | nein | |
name |
str | service name | nein | |
root |
str | root layer uid | nein | |
strictParams |
bool | strict parameter parsing | nein | false |
supportedCrs |
[ Crs ] | supported CRS for this service | nein | |
templates |
[ template.Config ] | service XML templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
updateSequence |
str | service update sequence | nein | |
withInspireMeta |
bool | use INSPIRE Metadata | nein | false |
ows.service.wfs.Config¶
WFS Service configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
forceFeatureName |
str | nein | ||
meta |
metadata.Config | service metadata | nein | |
name |
str | service name | nein | |
root |
str | root layer uid | nein | |
strictParams |
bool | strict parameter parsing | nein | false |
supportedCrs |
[ Crs ] | supported CRS for this service | nein | |
templates |
[ template.Config ] | service XML templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
updateSequence |
str | service update sequence | nein | |
withInspireMeta |
bool | use INSPIRE Metadata | nein | false |
ows.service.wms.Config¶
WMS Service configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
forceFeatureName |
str | nein | ||
meta |
metadata.Config | service metadata | nein | |
name |
str | service name | nein | |
root |
str | root layer uid | nein | |
strictParams |
bool | strict parameter parsing | nein | false |
supportedCrs |
[ Crs ] | supported CRS for this service | nein | |
templates |
[ template.Config ] | service XML templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
updateSequence |
str | service update sequence | nein | |
withInspireMeta |
bool | use INSPIRE Metadata | nein | false |
ows.service.wmts.Config¶
WMTS Service configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
forceFeatureName |
str | nein | ||
meta |
metadata.Config | service metadata | nein | |
name |
str | service name | nein | |
root |
str | root layer uid | nein | |
strictParams |
bool | strict parameter parsing | nein | false |
supportedCrs |
[ Crs ] | supported CRS for this service | nein | |
templates |
[ template.Config ] | service XML templates | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
updateSequence |
str | service update sequence | nein | |
withInspireMeta |
bool | use INSPIRE Metadata | nein | false |
printer.Config¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
templates |
[ template.Config ] | ja | ||
uid |
str | Eindeutige Layer-ID | nein |
project.Config¶
Projektkonfiguration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Standardzugriffsmodus | nein | |
api |
api.Config | project-specific actions | nein | |
assets |
web.site.DocumentRootConfig | projektspezifische Anlagemoeglichkeiten | nein | |
client |
client.Config | Projektspezifische GBD WebSuite Client Konfiguration | nein | |
locales |
[ str ] | project locales | nein | |
map |
map.Config | Kartenkonfiguration | nein | |
meta |
metadata.Config | project metadata | nein | |
overviewMap |
map.Config | Uebersicht Kartenkonfiguration | nein | |
printer |
printer.Config | Druckkonfiguration | nein | |
search |
search.Config | Projektweite Suchkonfiguration | nein | |
templates |
[ template.Config ] | project info templates | nein | |
title |
str | Projekttitel | nein | |
uid |
str | Eindeutige ID | nein |
search.Config¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | search is enabled | nein | true |
providers |
[ search.provider.Config ] | nein |
search.provider.Config¶
Einer von:
search.provider.nominatim.Config¶
nominatim (OSM) Suchanbieter
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
country |
str | Land, um die Suche einzuschraenken | nein | |
dataModel |
model.Config | feature data model | nein | |
defaultContext |
search.provider.SearchSpatialContext | Standardmaeßiger raeumlicher Kontext | nein | "map" |
language |
str | Sprache der Ergebnisseausgabe | nein | |
templates |
[ template.Config ] | feature formatting templates | nein | |
title |
str | Titel der Suchergebnisse | nein | |
tolerance |
str | tolerance, in pixels or map units | nein | "10px" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
withGeometry |
bool | enable geometry search | nein | true |
withKeyword |
bool | enable keyword search | nein | true |
search.provider.postgres.Config¶
Postgres search
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
dataModel |
model.Config | feature data model | nein | |
db |
str | database provider uid | nein | |
defaultContext |
search.provider.SearchSpatialContext | Standardmaeßiger raeumlicher Kontext | nein | "map" |
sort |
str | sort expression | nein | |
table |
db.SqlTableConfig | sql table configuration | ja | |
templates |
[ template.Config ] | feature formatting templates | nein | |
title |
str | Titel der Suchergebnisse | nein | |
tolerance |
str | tolerance, in pixels or map units | nein | "10px" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
withGeometry |
bool | enable geometry search | nein | true |
withKeyword |
bool | enable keyword search | nein | true |
search.provider.qgispostgres.Config¶
Qgis/Postgres automatic search provider
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
dataModel |
model.Config | feature data model | nein | |
dataSource |
dict | qgis data source | ja | |
defaultContext |
search.provider.SearchSpatialContext | Standardmaeßiger raeumlicher Kontext | nein | "map" |
templates |
[ template.Config ] | feature formatting templates | nein | |
title |
str | Titel der Suchergebnisse | nein | |
tolerance |
str | tolerance, in pixels or map units | nein | "10px" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
withGeometry |
bool | enable geometry search | nein | true |
withKeyword |
bool | enable keyword search | nein | true |
search.provider.qgiswms.Config¶
Qgis/Postgres automatic search provider
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
dataModel |
model.Config | feature data model | nein | |
defaultContext |
search.provider.SearchSpatialContext | Standardmaeßiger raeumlicher Kontext | nein | "map" |
path |
FilePath | project path | ja | |
sourceLayers |
gis.source.LayerFilter | source layers to use | nein | |
templates |
[ template.Config ] | feature formatting templates | nein | |
title |
str | Titel der Suchergebnisse | nein | |
tolerance |
str | tolerance, in pixels or map units | nein | "10px" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
withGeometry |
bool | enable geometry search | nein | true |
withKeyword |
bool | enable keyword search | nein | true |
search.provider.wfs.Config¶
WFS search
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
capsCacheMaxAge |
Duration | max cache age for capabilities documents | nein | "1d" |
dataModel |
model.Config | feature data model | nein | |
defaultContext |
search.provider.SearchSpatialContext | Standardmaeßiger raeumlicher Kontext | nein | "map" |
invertAxis |
[ Crs ] | projections that have an inverted axis (yx) | nein | |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
params |
dict | extra query params | nein | |
sourceLayers |
gis.source.LayerFilter | source layers to use | nein | |
templates |
[ template.Config ] | feature formatting templates | nein | |
title |
str | Titel der Suchergebnisse | nein | |
tolerance |
str | tolerance, in pixels or map units | nein | "10px" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | service url | ja | |
withGeometry |
bool | enable geometry search | nein | true |
withKeyword |
bool | enable keyword search | nein | true |
search.provider.wms.Config¶
WMS-basierte Suche
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
access |
[ Access ] | Zugriffsrechte | nein | |
capsCacheMaxAge |
Duration | max cache age for capabilities documents | nein | "1d" |
capsLayersBottomUp |
bool | layers are listed from bottom to top in the GetCapabilities document | nein | false |
dataModel |
model.Config | feature data model | nein | |
defaultContext |
search.provider.SearchSpatialContext | Standardmaeßiger raeumlicher Kontext | nein | "map" |
getCapabilitiesParams |
dict | additional parameters for GetCapabilities requests | nein | |
getMapParams |
dict | additional parameters for GetMap requests | nein | |
invertAxis |
[ Crs ] | projections that have an inverted axis (yx) | nein | |
maxRequests |
int | max concurrent requests to this source | nein | 0 |
sourceLayers |
gis.source.LayerFilter | source layers to use | nein | |
templates |
[ template.Config ] | feature formatting templates | nein | |
title |
str | Titel der Suchergebnisse | nein | |
tolerance |
str | tolerance, in pixels or map units | nein | "10px" |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
url |
Url | service url | ja | |
withGeometry |
bool | enable geometry search | nein | true |
withKeyword |
bool | enable keyword search | nein | true |
server.Config¶
Servermodul-Konfiguration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
autoRun |
str | shell command to run before server start | nein | |
logLevel |
log.Level | Protokollierungsstufe | nein | "INFO" |
log |
str | log path | nein | |
mapproxy |
server.MapproxyConfig | gebuendeltes Mapproxy-Modul | nein | |
monitor |
server.MonitorConfig | monitor configuation | nein | |
qgis |
server.QgisConfig | gebuendeltes QGIS-Modul | nein | |
spool |
server.SpoolConfig | Spool-Server-Modul | nein | |
timeout |
Duration | Server-Timeout | nein | 60 |
uid |
str | Eindeutige Layer-ID | nein | |
web |
server.WebConfig | Webserver-Modul | nein |
server.MapproxyConfig¶
Mapproxy-Server-Modul
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | Das Modul ist aktiviert | nein | true |
host |
str | nein | "localhost" |
|
port |
int | nein | 5000 |
|
threads |
int | Anzahl der Threads fuer dieses Modul | nein | 0 |
uid |
str | Eindeutige Layer-ID | nein | |
workers |
int | Anzahl der Worker fuer dieses Modul | nein | 4 |
server.MonitorConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | the module is enabled | nein | true |
frequency |
Duration | filesystem changes check frequency | nein | 30 |
ignore |
[ Regex ] | ignore paths that match these regexes | nein | |
uid |
str | Eindeutige Layer-ID | nein |
server.QgisConfig¶
Enthaltenes QGIS-Servermodul
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
debug |
int | QGIS_DEBUG (Umgebungsvariable) | nein | 0 |
enabled |
bool | Das Modul ist aktiviert | nein | true |
host |
str | nein | "localhost" |
|
legend |
dict | default legend settings | nein | |
maxCacheLayers |
int | MAX_CACHE_LAYERS (Umgebungsvariable) | nein | 4000 |
maxRequests |
int | max gleichzeitige Requests an diesen Server | nein | 6 |
port |
int | nein | 4000 |
|
searchPathsForSVG |
[ DirPath ] | searchPathsForSVG (Ini-Einstellung) | nein | |
serverCacheSize |
int | QGIS_SERVER_CACHE_SIZE (Umgebungsvariable) | nein | 10000000 |
serverLogLevel |
int | QGIS_SERVER_LOG_LEVEL (Umgebungsvariable) | nein | 2 |
threads |
int | Anzahl der Threads fuer dieses Modul | nein | 0 |
uid |
str | Eindeutige Layer-ID | nein | |
workers |
int | Anzahl der Worker fuer dieses Modul | nein | 4 |
server.SpoolConfig¶
Spool-Server-Modul
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | Das Modul ist aktiviert | nein | true |
jobFrequency |
Duration | Haeufigkeit von Hintergrundjobs | nein | 3 |
threads |
int | Anzahl der Threads fuer dieses Modul | nein | 0 |
uid |
str | Eindeutige Layer-ID | nein | |
workers |
int | Anzahl der Worker fuer dieses Modul | nein | 4 |
server.WebConfig¶
Webserver-Modul
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
enabled |
bool | Das Modul ist aktiviert | nein | true |
maxRequestLength |
int | max request length in megabytes | nein | 10 |
threads |
int | Anzahl der Threads fuer dieses Modul | nein | 0 |
uid |
str | Eindeutige Layer-ID | nein | |
workers |
int | Anzahl der Worker fuer dieses Modul | nein | 4 |
style.Config¶
Feature style
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
name |
str | style name | nein | |
text |
str | raw style content | nein | |
type |
StyleType | style type | ja | |
uid |
str | Eindeutige Layer-ID | nein | |
values |
dict | style values | nein |
template.Config¶
Einer von:
template.html.Config¶
HTML Vorlage
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dataModel |
model.Config | Vom Benutzer editierbare Vorlagenattribute | nein | |
mimeTypes |
[ str ] | mime types this template can generate | nein | |
path |
FilePath | Pfad zu einer Vorlagendatei | nein | |
qualityLevels |
[ TemplateQualityLevel ] | Liste der von der Vorlage unterstützten Qualitätsstufen | nein | |
subject |
str | template purpose | nein | |
text |
str | Vorlageninhalt | nein | |
title |
str | Vorlagentitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
template.qgis.Config¶
QGIS Drucktemplate
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dataModel |
model.Config | Vom Benutzer editierbare Vorlagenattribute | nein | |
mimeTypes |
[ str ] | mime types this template can generate | nein | |
path |
FilePath | ja | ||
qualityLevels |
[ TemplateQualityLevel ] | Liste der von der Vorlage unterstützten Qualitätsstufen | nein | |
subject |
str | template purpose | nein | |
text |
str | Vorlageninhalt | nein | |
title |
str | Vorlagentitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
template.text.Config¶
text-only template
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dataModel |
model.Config | Vom Benutzer editierbare Vorlagenattribute | nein | |
mimeTypes |
[ str ] | mime types this template can generate | nein | |
path |
FilePath | Pfad zu einer Vorlagendatei | nein | |
qualityLevels |
[ TemplateQualityLevel ] | Liste der von der Vorlage unterstützten Qualitätsstufen | nein | |
subject |
str | template purpose | nein | |
text |
str | Vorlageninhalt | nein | |
title |
str | Vorlagentitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
template.xml.Config¶
XML template
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
dataModel |
model.Config | Vom Benutzer editierbare Vorlagenattribute | nein | |
mimeTypes |
[ str ] | mime types this template can generate | nein | |
path |
FilePath | Pfad zu einer Vorlagendatei | nein | |
qualityLevels |
[ TemplateQualityLevel ] | Liste der von der Vorlage unterstützten Qualitätsstufen | nein | |
subject |
str | template purpose | nein | |
text |
str | Vorlageninhalt | nein | |
title |
str | Vorlagentitel | nein | |
type |
str | Objekttyp | ja | |
uid |
str | Eindeutige Layer-ID | nein |
web.site.Config¶
Site (virtual host) configuration
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
assets |
web.site.DocumentRootConfig | assets location and options | nein | |
cors |
web.site.CorsConfig | cors configuration | nein | |
errorPage |
template.Config | error page template | nein | |
host |
str | host name | nein | "*" |
reversedHost |
str | hostname for reversed rewriting | nein | |
reversedRewrite |
[ web.site.RewriteRule ] | reversed rewrite rules | nein | |
rewrite |
[ web.site.RewriteRule ] | rewrite rules | nein | |
root |
web.site.DocumentRootConfig | document root location and options | ja | |
uid |
str | Eindeutige Layer-ID | nein |
web.site.CorsConfig¶
Eigenschaften:
Name | Typ | Erforderlich | Defaultwert | |
---|---|---|---|---|
allowCredentials |
bool | Access-Control-Allow-Credentials header | nein | false |
allowHeaders |
[ str ] | Access-Control-Allow-Headers header | nein | |
allowOrigin |
str | Access-Control-Allow-Origin header | nein | "*" |
uid |
str | Eindeutige Layer-ID | nein |