Skip to content

Commit a4e436d

Browse files
committedNov 14, 2016
Fix typo
1 parent fa88e6a commit a4e436d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgswfsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ void QgsWFSServer::startGetFeature( QgsRequestHandler& request, const QString& f
12291229
try
12301230
{
12311231
if ( exportGeom->transform( transform ) == 0 )
1232-
rect = new QgsRectangle( exportGeom->boundingBox() );
1232+
rect = new QgsRectangle( exportGeom->boundingBox() );
12331233
}
12341234
catch ( QgsCsException &cse )
12351235
{

0 commit comments

Comments
 (0)
Please sign in to comment.