gws.plugin.nominatim.finder

Nominatim finder.

http://wiki.openstreetmap.org/wiki/Nominatim https://nominatim.org/release-docs/develop/api/Search/

Source code: gws.plugin.nominatim.finder

Module Contents

class gws.plugin.nominatim.finder.Config(*args, **kwargs)

Bases: gws.base.search.finder.Config

Nominatim search

country: str | None

country to limit the search

language: str | None

language to return the results in

class gws.plugin.nominatim.finder.Object

Bases: gws.base.search.finder.Object

Finder object.

supportsKeywordSearch = True
configure()

Configuration hook.

configure_templates()
configure_models()
create_model(cfg)