Skip to content

Commit d63f0c4

Browse files
committedMar 3, 2014
followup aaf6b71: fix commit mixup!?
1 parent aaf6b71 commit d63f0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ QgsRasterIdentifyResult QgsWmsProvider::identify( const QgsPoint & thePoint, Qgs
26862686

26872687
QgsFeature feature( fields );
26882688

2689-
if ( !f.property( "geometry" ).isNull() )
2689+
if ( f.property( "geometry" ).isValid() )
26902690
{
26912691
QScriptValue geom = json_stringify.call( QScriptValue(), QScriptValueList() << f.property( "geometry" ) );
26922692
if ( geom.isString() )

0 commit comments

Comments
 (0)
Please sign in to comment.