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"
|
2024-08-31 18:05:36 +10:00
|
|
|
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
|
|
|
# --
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
|
|
|
QgsGeocoderInterface.__group__ = ['geocoding']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-08-16 09:08:23 +10:00
|
|
|
pass
|