mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Spelling
This commit is contained in:
parent
928afdd8c5
commit
0b452cabbb
@ -501,7 +501,7 @@ Returns true if WKB of the geometry is of WKBMulti* type
|
||||
\param afterVertex Receives index of the vertex after the closest segment. The vertex
|
||||
before the closest segment is always afterVertex - 1
|
||||
\param leftOf Out: Returns if the point lies on the left of left side of the geometry ( < 0 means left, > 0 means right, 0 indicates
|
||||
that the test was unsuccesful, e.g. for a point exactly on the line)
|
||||
that the test was unsuccessful, e.g. for a point exactly on the line)
|
||||
\param epsilon epsilon for segment snapping
|
||||
:return: The squared Cartesian distance is also returned in sqrDist, negative number on error
|
||||
:rtype: float
|
||||
|
@ -556,7 +556,7 @@ class CORE_EXPORT QgsGeometry
|
||||
* \param afterVertex Receives index of the vertex after the closest segment. The vertex
|
||||
* before the closest segment is always afterVertex - 1
|
||||
* \param leftOf Out: Returns if the point lies on the left of left side of the geometry ( < 0 means left, > 0 means right, 0 indicates
|
||||
* that the test was unsuccesful, e.g. for a point exactly on the line)
|
||||
* that the test was unsuccessful, e.g. for a point exactly on the line)
|
||||
* \param epsilon epsilon for segment snapping
|
||||
* \returns The squared Cartesian distance is also returned in sqrDist, negative number on error
|
||||
*/
|
||||
|
@ -502,7 +502,7 @@ void TestQgsGeometrySnapper::internalSnapper()
|
||||
|
||||
void TestQgsGeometrySnapper::insertExtra()
|
||||
{
|
||||
// test extra node insertion behaviour
|
||||
// test extra node insertion behavior
|
||||
QgsGeometry refGeom = QgsGeometry::fromWkt( QStringLiteral( "LineString(0 0, 0.1 0, 0.2 0, 9.8 0, 9.9 0, 10 0, 10.1 0, 10.2 0, 20 0)" ) );
|
||||
QgsFeature f1( 1 );
|
||||
f1.setGeometry( refGeom );
|
||||
|
4
tests/testdata/auth_system/README.md
vendored
4
tests/testdata/auth_system/README.md
vendored
@ -11,7 +11,7 @@ The Java keystore files are generated/edited using **KeyStore Explorer**:
|
||||
|
||||
The default password for the encrypted XCA project and Java keystore files is
|
||||
**password**. The certificate signing structure can be reviewed in
|
||||
`cert_heirarchy_8bit.png`.
|
||||
`cert_hierarchy_8bit.png`.
|
||||
|
||||
**WARNING**: These components are just for testing and should _NOT_ be used
|
||||
in a production environment.
|
||||
@ -22,7 +22,7 @@ filter file open dialogs to specific extensions, e.g. pgAdmin3 always filters
|
||||
|
||||
## Certificate Signing Hierarchy
|
||||
|
||||

|
||||

|
||||
|
||||
## Client Certificates/Keys
|
||||
|
||||
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Loading…
x
Reference in New Issue
Block a user