Referenz
Legende
Schriftart | Bezeichnung | Beispiel |
---|---|---|
str | Typ (String) | "test" |
int | Typ (Integer) | 123 |
bool | Typ (Bool) | true |
float | Typ (Float) | 3.14 |
[ str ] | eine Liste vom Typ | [ "test1" "test2" "test3" "test4" ] |
dict | generisches Schlüssel-Wert-Objekt | { "key1":"value1", "key2":"value2", "key3":"value3" } |
[ Typ ] | Liste (Array) von Elementen vom Typ | [{"uid": "test1", type:"postgres"}, {"uid": "test2", type:"postgres"}] |
access | Eigenschaft | null (optional) |
access | erforderliche Eigenschaft | "test" (required) |
hello | literaler Wert | "hello" |
Konfiguration
Das primäre Konfigurationsobjekt ist gws.base.application.core.Config.
Konfigurationsobjekte
- gws.base.application.core.Config
- gws.base.auth.manager.Config
- gws.base.client.core.Config
- gws.base.client.core.ElementConfig
- gws.base.database.manager.Config
- gws.base.edit.action.Config
- gws.base.layer.core.AutoLayersOptions
- gws.base.layer.core.CacheConfig
- gws.base.layer.core.ClientOptions
- gws.base.layer.core.GridConfig
- gws.base.layer.core.OwsConfig
- gws.base.layer.group.Config
- gws.base.layer.tree.FlattenConfig
- gws.base.map.action.Config
- gws.base.map.core.Config
- gws.base.model.core.TableViewColumn
- gws.base.model.dynamic_model.Config
- gws.base.ows.client.provider.AuthorizationConfig
- gws.base.ows.client.provider.OperationConfig
- gws.base.ows.server.action.Config
- gws.base.printer.action.Config
- gws.base.printer.core.Config
- gws.base.project.action.Config
- gws.base.project.core.Config
- gws.base.search.action.Config
- gws.base.search.finder.SpatialContext
- gws.base.storage.core.Config
- gws.base.storage.manager.Config
- gws.base.web.action.Config
- gws.base.web.manager.Config
- gws.base.web.site.Config
- gws.base.web.site.CorsConfig
- gws.base.web.site.DocumentRootConfig
- gws.base.web.site.RewriteRuleConfig
- gws.base.web.site.SSLConfig
- gws.core.types.AccessConfig
- gws.core.types.AclSpec
- gws.core.types.CrsName
- gws.core.types.DirPath
- gws.core.types.Duration
- gws.core.types.Extent
- gws.core.types.FeatureLoadingStrategy
- gws.core.types.FilePath
- gws.core.types.FormatStr
- gws.core.types.GeometryType
- gws.core.types.ImageFormat
- gws.core.types.LayerDisplayMode
- gws.core.types.MExtent
- gws.core.types.MSize
- gws.core.types.Measurement
- gws.core.types.Metadata
- gws.core.types.MetadataAccessConstraint
- gws.core.types.MetadataAttribution
- gws.core.types.MetadataLicense
- gws.core.types.MetadataLink
- gws.core.types.Origin
- gws.core.types.OwsVerb
- gws.core.types.Point
- gws.core.types.Regex
- gws.core.types.SortOptions
- gws.core.types.TemplateQualityLevel
- gws.core.types.TextSearchOptions
- gws.core.types.TextSearchType
- gws.core.types.Url
- gws.core.types.XmlNamespace
- gws.ext.config.action
- gws.ext.config.authMethod
- gws.ext.config.authMfa
- gws.ext.config.authProvider
- gws.ext.config.authSessionManager
- gws.ext.config.databaseProvider
- gws.ext.config.finder
- gws.ext.config.helper
- gws.ext.config.layer
- gws.ext.config.legend
- gws.ext.config.model
- gws.ext.config.modelField
- gws.ext.config.modelValidator
- gws.ext.config.modelValue
- gws.ext.config.modelWidget
- gws.ext.config.owsService
- gws.ext.config.printer
- gws.ext.config.project
- gws.ext.config.storageProvider
- gws.ext.config.template
- gws.gis.cache.core.Config
- gws.gis.source.LayerFilter
- gws.gis.zoom.Config
- gws.lib.csv.Config
- gws.lib.font.Config
- gws.lib.xmlx.helper.Config
- gws.plugin.alkis.action.BuchungConfig
- gws.plugin.alkis.action.Config
- gws.plugin.alkis.action.EigentuemerConfig
- gws.plugin.alkis.action.GemarkungListMode
- gws.plugin.alkis.action.StrasseListMode
- gws.plugin.alkis.action.Ui
- gws.plugin.alkis.data.export.Config
- gws.plugin.annotate_tool.action.Config
- gws.plugin.auth_method.basic.Config
- gws.plugin.auth_method.web.action.Config
- gws.plugin.auth_method.web.core.Config
- gws.plugin.auth_mfa.email.Config
- gws.plugin.auth_provider.file.Config
- gws.plugin.auth_provider.ldap.Config
- gws.plugin.auth_provider.ldap.UserSpec
- gws.plugin.auth_session_manager.sqlite.Config
- gws.plugin.dimension.Config
- gws.plugin.gekos.action.Config
- gws.plugin.gekos.index.Config
- gws.plugin.gekos.index.PositionConfig
- gws.plugin.gekos.index.SourceConfig
- gws.plugin.geojson.layer.Config
- gws.plugin.geojson.model.Config
- gws.plugin.geojson.provider.Config
- gws.plugin.legend.combined.Config
- gws.plugin.legend.html.Config
- gws.plugin.legend.remote.Config
- gws.plugin.legend.static.Config
- gws.plugin.model_field.bool.Config
- gws.plugin.model_field.date.Config
- gws.plugin.model_field.datetime.Config
- gws.plugin.model_field.file.Config
- gws.plugin.model_field.float.Config
- gws.plugin.model_field.geometry.Config
- gws.plugin.model_field.integer.Config
- gws.plugin.model_field.related_feature.Config
- gws.plugin.model_field.related_feature_list.Config
- gws.plugin.model_field.related_linked_feature_list.Config
- gws.plugin.model_field.related_multi_feature_list.Config
- gws.plugin.model_field.related_multi_feature_list.RelatedItem
- gws.plugin.model_field.text.Config
- gws.plugin.model_field.time.Config
- gws.plugin.model_validator.format.Config
- gws.plugin.model_validator.required.Config
- gws.plugin.model_value.current_timestamp.Config
- gws.plugin.model_value.current_user.Config
- gws.plugin.model_value.format.Config
- gws.plugin.model_value.static.Config
- gws.plugin.model_widget.date.Config
- gws.plugin.model_widget.feature_list.Config
- gws.plugin.model_widget.feature_select.Config
- gws.plugin.model_widget.feature_suggest.Config
- gws.plugin.model_widget.file.Config
- gws.plugin.model_widget.file_list.Config
- gws.plugin.model_widget.float.Config
- gws.plugin.model_widget.geometry.Config
- gws.plugin.model_widget.hidden.Config
- gws.plugin.model_widget.input.Config
- gws.plugin.model_widget.integer.Config
- gws.plugin.model_widget.select.Config
- gws.plugin.model_widget.select.ListItemConfig
- gws.plugin.model_widget.textarea.Config
- gws.plugin.model_widget.toggle.Config
- gws.plugin.nominatim.finder.Config
- gws.plugin.nominatim.model.Config
- gws.plugin.ows_client.wfs.finder.Config
- gws.plugin.ows_client.wfs.flatlayer.Config
- gws.plugin.ows_client.wfs.layer.Config
- gws.plugin.ows_client.wfs.model.Config
- gws.plugin.ows_client.wfs.provider.Config
- gws.plugin.ows_client.wms.finder.Config
- gws.plugin.ows_client.wms.flatlayer.Config
- gws.plugin.ows_client.wms.layer.Config
- gws.plugin.ows_client.wms.model.Config
- gws.plugin.ows_client.wms.provider.Config
- gws.plugin.ows_client.wmts.layer.Config
- gws.plugin.ows_client.wmts.provider.Config
- gws.plugin.ows_server.csw.Config
- gws.plugin.ows_server.wcs.Config
- gws.plugin.ows_server.wfs.Config
- gws.plugin.ows_server.wms.Config
- gws.plugin.ows_server.wmts.Config
- gws.plugin.postgres.finder.Config
- gws.plugin.postgres.layer.Config
- gws.plugin.postgres.model.Config
- gws.plugin.postgres.provider.Config
- gws.plugin.qgis.finder.Config
- gws.plugin.qgis.flatlayer.Config
- gws.plugin.qgis.layer.Config
- gws.plugin.qgis.legend.Config
- gws.plugin.qgis.model.Config
- gws.plugin.qgis.provider.Config
- gws.plugin.qgis.template.Config
- gws.plugin.select_tool.action.Config
- gws.plugin.storage_provider.sqlite.Config
- gws.plugin.template.html.Config
- gws.plugin.template.map.Config
- gws.plugin.template.py.Config
- gws.plugin.tile_layer.layer.Config
- gws.plugin.tile_layer.provider.Config
- gws.server.core.Config
- gws.server.core.LogConfig
- gws.server.core.MapproxyConfig
- gws.server.core.MonitorConfig
- gws.server.core.QgisConfig
- gws.server.core.SpoolConfig
- gws.server.core.WebConfig