mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
fix typo
This commit is contained in:
parent
a28aea614c
commit
eda723cd3b
@ -9101,7 +9101,7 @@ Hvis til stede, vil dette URI indsættes som schema location. Bemærk, at schema
|
||||
</message>
|
||||
<message>
|
||||
<source>Controls the format used for the geometry column. Defaults to WKB.This is generally more space and processing efficient, but harder to inspect or use in simple applications than WKT (Well Known Text).</source>
|
||||
<translation>Bestemmer formatet for geomtry kolonnen. Standard er at WKB benyttes. Dette er generels set det mest effektive format mht. plads og cpu forbrug, men er mere besværligt at undersøge eller bruge i simple applikationer end WKT.</translation>
|
||||
<translation>Bestemmer formatet for geometry kolonnen. Standard er at WKB benyttes. Dette er generels set det mest effektive format mht. plads og cpu forbrug, men er mere besværligt at undersøge eller bruge i simple applikationer end WKT.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Controls whether layer and field names will be laundered for easier use in SQLite. Laundered names will be convered to lower case and some special characters(' - #) will be changed to underscores.</source>
|
||||
|
||||
@ -87,7 +87,7 @@ class QgsGeometry
|
||||
*/
|
||||
size_t wkbSize() const;
|
||||
|
||||
/**Returns a geos geomtry. QgsGeometry keeps ownership, don't delete the returned object!
|
||||
/**Returns a geos geometry. QgsGeometry keeps ownership, don't delete the returned object!
|
||||
@note this method was added in version 1.1
|
||||
@note not available in python bindings
|
||||
*/
|
||||
|
||||
@ -129,7 +129,7 @@ class CORE_EXPORT QgsGeometry
|
||||
*/
|
||||
size_t wkbSize() const;
|
||||
|
||||
/**Returns a geos geomtry. QgsGeometry keeps ownership, don't delete the returned object!
|
||||
/**Returns a geos geometry. QgsGeometry keeps ownership, don't delete the returned object!
|
||||
@note not available in python bindings
|
||||
*/
|
||||
const GEOSGeometry* asGeos() const;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user