Skip to content

Commit

Permalink
Spelling, since updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 29, 2020
1 parent 94f3ea0 commit 0725112
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Expand Up @@ -17,7 +17,7 @@ Interface for geocoders.
QgsGeocoderInterface implementations are able to take either a QgsFeature or a free-form string
and calculate the corresponding geometry of the feature.

.. versionadded:: 3.16
.. versionadded:: 3.18
%End

%TypeHeaderCode
Expand Down
Expand Up @@ -14,7 +14,7 @@ class QgsGeocoderContext
%Docstring
Encapsulates the context of a geocoding operation.

.. versionadded:: 3.16
.. versionadded:: 3.18
%End

%TypeHeaderCode
Expand Down Expand Up @@ -50,7 +50,7 @@ geographic area where geocoding results are desired.

The area of interest can be a polygon geometry, in which case it represents the extent
to use for filtering candidate results, or a point geometry, in which case it represents
a "target point" for prioritising closer results.
a "target point" for prioritizing closer results.

The coordinate reference system for the area of interest can be retrieved via
:py:func:`~QgsGeocoderContext.areaOfInterestCrs`.
Expand All @@ -67,7 +67,7 @@ geographic area where geocoding results are desired.

The area of interest can be a polygon geometry, in which case it represents the extent
to use for filtering candidate results, or a point geometry, in which case it represents
a "target point" for prioritising closer results.
a "target point" for prioritizing closer results.

The coordinate reference system for the area of interest can be set via
:py:func:`~QgsGeocoderContext.setAreaOfInterestCrs`.
Expand Down
Expand Up @@ -24,7 +24,7 @@ Valid geocoding results will have a :py:func:`~geometry` and :py:func:`~crs`, al
of optional :py:func:`~additionalAttributes` which may contain information such as the
accuracy of the geocoding result.

.. versionadded:: 3.16
.. versionadded:: 3.18
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/geocoding/qgsgeocoder.h
Expand Up @@ -31,7 +31,7 @@ class QgsGeocoderContext;
* QgsGeocoderInterface implementations are able to take either a QgsFeature or a free-form string
* and calculate the corresponding geometry of the feature.
*
* \since QGIS 3.16
* \since QGIS 3.18
*/
class ANALYSIS_EXPORT QgsGeocoderInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/analysis/geocoding/qgsgeocodercontext.h
Expand Up @@ -26,7 +26,7 @@
* \ingroup analysis
* Encapsulates the context of a geocoding operation.
*
* \since QGIS 3.16
* \since QGIS 3.18
*/
class ANALYSIS_EXPORT QgsGeocoderContext
{
Expand Down Expand Up @@ -60,7 +60,7 @@ class ANALYSIS_EXPORT QgsGeocoderContext
*
* The area of interest can be a polygon geometry, in which case it represents the extent
* to use for filtering candidate results, or a point geometry, in which case it represents
* a "target point" for prioritising closer results.
* a "target point" for prioritizing closer results.
*
* The coordinate reference system for the area of interest can be retrieved via
* areaOfInterestCrs().
Expand All @@ -76,7 +76,7 @@ class ANALYSIS_EXPORT QgsGeocoderContext
*
* The area of interest can be a polygon geometry, in which case it represents the extent
* to use for filtering candidate results, or a point geometry, in which case it represents
* a "target point" for prioritising closer results.
* a "target point" for prioritizing closer results.
*
* The coordinate reference system for the area of interest can be set via
* setAreaOfInterestCrs().
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/geocoding/qgsgeocoderresult.h
Expand Up @@ -35,7 +35,7 @@
* of optional additionalAttributes() which may contain information such as the
* accuracy of the geocoding result.
*
* \since QGIS 3.16
* \since QGIS 3.18
*/
class ANALYSIS_EXPORT QgsGeocoderResult
{
Expand Down

0 comments on commit 0725112

Please sign in to comment.