We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2f6767f commit d9c9052Copy full SHA for d9c9052
python/core/qgsdatasourceuri.sip
@@ -133,6 +133,7 @@ class QgsDataSourceURI
133
QGis::WkbType wkbType() const;
134
void setWkbType( QGis::WkbType type );
135
136
+ // added in 1.9
137
QString srid() const;
138
void setSrid( QString srid );
139
};
src/core/qgsdatasourceuri.h
@@ -166,6 +166,7 @@ class CORE_EXPORT QgsDataSourceURI
166
167
168
169
170
171
172
0 commit comments