gws.plugin.nominatim.finder.Config
struct
Nominatim search gws.plugin.nominatim.finder.Config
Eigenschaft | Typ | Default | |
---|---|---|---|
access | gws.core.types.AclSpec | Konfiguration der Zugriffsrechte | |
country | str | country to limit the search gws.plugin.nominatim.finder.Config.country | |
language | str | language to return the results in gws.plugin.nominatim.finder.Config.language | |
models | [ gws.ext.config.model ] | data models for features gws.base.search.finder.Config.models | |
permissions | gws.core.types.AccessConfig | Optionen für Zugriffsrechte | |
spatialContext | gws.base.search.finder.SpatialContext | 'map' | spatial context for keyword searches gws.base.search.finder.Config.spatialContext |
templates | [ gws.ext.config.template ] | feature formatting templates gws.base.search.finder.Config.templates | |
title | str | provider title gws.base.search.finder.Config.title | |
type | 'nominatim' | object type gws.plugin.nominatim.finder.Config.type | |
uid | str | Zuweisung einer eindeutigen ID als Text | |
withFilter | bool | True | enable filter search gws.base.search.finder.Config.withFilter |
withGeometry | bool | True | enable geometry search gws.base.search.finder.Config.withGeometry |
withKeyword | bool | True | enable keyword search gws.base.search.finder.Config.withKeyword |