You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.catch((error)=>this._console.error('Error in FeatureQuerier.queryObservation :: '+error));
63
+
where,
64
+
returnGeometry: geometry,
65
+
outFields: fields?.length ? fields : '*'
66
+
}).then((queryResponse)=>response(queryResponseasQueryObjectResult)).catch((error)=>this._console.error('Error in FeatureQuerier.queryObservation :: '+error));
71
67
}
72
68
73
69
/**
@@ -77,19 +73,14 @@ export class FeatureQuerier {
77
73
* @param geometry query the geometry, default is true
.catch((error)=>this._console.error('Error in FeatureQuerier.queryObservations :: '+error));
80
+
where: `${this._config.observationIdField} IS NOT NULL`,
81
+
returnGeometry: geometry,
82
+
outFields: fields?.length ? fields : '*'
83
+
}).then((queryResponse)=>response(queryResponseasQueryObjectResult)).catch((error)=>this._console.error('Error in FeatureQuerier.queryObservations :: '+error));
}).then((queryResponse)=>response(queryResponseasQueryObjectResult)).catch((error)=>this._console.error('Error in FeatureQuerier.queryDistinct :: '+error));
0 commit comments