Skip to content

Commit 25052dc

Browse files
committed
Add missing bindings
1 parent 85fbea8 commit 25052dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/core/qgscrscache.sip

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class QgsCRSCache
4141

4242
public:
4343

44+
//! Returns a pointer to the QgsCRSCache singleton
45+
static QgsCRSCache* instance();
46+
4447
/** Returns the CRS for authid, e.g. 'EPSG:4326' (or an invalid CRS in case of error)
4548
* @deprecated use crsByOgcWmsCrs() instead
4649
*/

0 commit comments

Comments
 (0)