Skip to content

Commit 2efda5d

Browse files
committedDec 23, 2014
Add python bindings for added methods
1 parent a0ef27a commit 2efda5d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎python/core/qgsdataitem.sip

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@ class QgsLayerItem : QgsDataItem
141141
// Returns provider key
142142
QString providerKey();
143143

144+
/** Returns the supported CRS
145+
* @note Added in 2.8
146+
*/
147+
QStringList supportedCRS();
148+
149+
/** Returns the supported formats
150+
* @note Added in 2.8
151+
*/
152+
QStringList supportedFormats();
144153
public:
145154
static const QIcon &iconPoint();
146155
static const QIcon &iconLine();

0 commit comments

Comments
 (0)
Please sign in to comment.