Skip to content

Commit

Permalink
followup aaf6b71: fix commit mixup!?
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 3, 2014
1 parent aaf6b71 commit d63f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@ QgsRasterIdentifyResult QgsWmsProvider::identify( const QgsPoint & thePoint, Qgs

QgsFeature feature( fields );

if ( !f.property( "geometry" ).isNull() )
if ( f.property( "geometry" ).isValid() )
{
QScriptValue geom = json_stringify.call( QScriptValue(), QScriptValueList() << f.property( "geometry" ) );
if ( geom.isString() )
Expand Down

0 comments on commit d63f0c4

Please sign in to comment.