mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
added objectId to query. Still making external query requests.
This commit is contained in:
parent
671809b6c6
commit
898a70a1fe
@ -192,6 +192,7 @@
|
||||
|
||||
var query = new Query();
|
||||
query.geometry = evt.graphic.geometry;
|
||||
query.objectIds = [evt.graphic.attributes.OBJECTID];
|
||||
busStopsFeatureLayer.selectFeatures(query,FeatureLayer.SELECTION_NEW,
|
||||
function(evt){
|
||||
console.log("Success: " + JSON.stringify(evt[0].attributes))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user