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

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

supportsKeywordSearch = True
configure()
configure_models()
configure_templates()
create_model(cfg)