Skip to content

Commit 7299e6b

Browse files
committed
Fix typo
1 parent 7ae6269 commit 7299e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/qgswfsserver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ void QgsWfsServer::startGetFeature( QgsRequestHandler& request, const QString& f
12251225
try
12261226
{
12271227
if ( exportGeom->transform( transform ) == 0 )
1228-
rect = new QgsRectangle( exportGeom->boundingBox() );
1228+
rect = new QgsRectangle( exportGeom->boundingBox() );
12291229
}
12301230
catch ( QgsCsException &cse )
12311231
{

0 commit comments

Comments
 (0)