Hi There, Is there a way to configure a webmap so that it doesn't use an maxAllowableOffset parameter as part of it's querytask when a user clicks on the map to enable a feature popup? I guess I'm looking for a configuration or override that will work. Hacks are welcomed if anyone has figured out a way around this.
I'm trying to use the Highlighted feature as a source for a buffering tool but have realized that the geometry associated with the selected feature is generalized.
I'm get the graphic through the infoWindow like so
var graphic = this.map.infoWindow.getSelectedFeature();
Thanks,
David