Skip to content

Commit 337fd7b

Browse files
committed
Items missed in last commit - DMS functionality
1 parent d95cee3 commit 337fd7b

12 files changed

Lines changed: 1845 additions & 1581 deletions

src/core/qgsvectorlayer.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,13 @@ struct CORE_EXPORT QgsVectorJoinInfo
337337
* - decimalPoint=c
338338
*
339339
* Defines a character that is used as a decimal point in the X and Y columns.
340-
* The defualt is '.'.
340+
* The default is '.'.
341+
*
342+
* - xyDms=(yes|no)
343+
*
344+
* If yes then the X and Y coordinates are interpreted as
345+
* degrees/minutes/seconds format (fairly permissively),
346+
* or degree/minutes format.
341347
*
342348
* - wktField=column
343349
*
@@ -586,7 +592,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
586592
* @see deselect(QgsFeatureIds)
587593
* @see deselect(QgsFeatureId)
588594
*/
589-
void modifySelection(QgsFeatureIds selectIds, QgsFeatureIds deselectIds );
595+
void modifySelection( QgsFeatureIds selectIds, QgsFeatureIds deselectIds );
590596

591597
/** Select not selected features and deselect selected ones */
592598
void invertSelection();
@@ -1189,7 +1195,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
11891195
*
11901196
* @see deselect(QgsFeatureId)
11911197
*/
1192-
void deselect(const QgsFeatureIds& featureIds );
1198+
void deselect( const QgsFeatureIds& featureIds );
11931199

11941200
/**
11951201
* Clear selection

0 commit comments

Comments
 (0)