gws.ext.search.provider.nominatim

class gws.ext.search.provider.nominatim.Config(*args, **kwargs)[source]

Nominatim (OSM) search provider

country = None

country to limit the search

language = None

language to return the results in

class gws.ext.search.provider.nominatim.Object[source]
configure()[source]
run(layer: gws.types.ILayer, args: gws.types.SearchArgs) → List[gws.types.IFeature][source]