QGIS/python/core/auto_additions/qgsgeocoder.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
601 B
Python
Raw Normal View History

2020-10-30 09:27:22 +10:00
# The following has been generated automatically from src/core/geocoding/qgsgeocoder.h
2020-08-05 16:26:45 +10:00
# monkey patching scoped based enum
QgsGeocoderInterface.Flag.GeocodesStrings.__doc__ = "Can geocode string input values"
QgsGeocoderInterface.Flag.GeocodesFeatures.__doc__ = "Can geocode QgsFeature input values"
QgsGeocoderInterface.Flag.__doc__ = """Capability flags for the geocoder.
* ``GeocodesStrings``: Can geocode string input values
* ``GeocodesFeatures``: Can geocode QgsFeature input values
"""
2020-08-05 16:26:45 +10:00
# --
try:
QgsGeocoderInterface.__group__ = ['geocoding']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass