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 3183107 commit 04ef496Copy full SHA for 04ef496
src/server/services/wfs/qgswfstransaction.cpp
@@ -250,6 +250,10 @@ namespace QgsWfs
250
for ( int i = 0; i < wfsLayerIds.size(); ++i )
251
{
252
QgsMapLayer *layer = project->mapLayer( wfsLayerIds.at( i ) );
253
+ if ( !layer )
254
+ {
255
+ continue;
256
+ }
257
if ( layer->type() != QgsMapLayer::LayerType::VectorLayer )
258
259
continue;
0 commit comments