Skip to content

Commit

Permalink
Fix Bug With Circle Size
Browse files Browse the repository at this point in the history
  • Loading branch information
danbatsb committed Aug 19, 2015
1 parent b11f566 commit 65f20b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/tasks/LayerInfoTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ define(["dojo/Deferred", "esri/layers/FeatureLayer", "esri/renderers/jsonUtils",
query.returnGeometry = true;
query.outSpatialReference = _this.properties.currentPoint.spatialReference;
query.num = maxRecords || 1000;
// query.spatialRelationship = Query.SPATIAL_REL_CONTAINS;

queryTask.execute(query, function (features) {
result.resolve({ error: null, id: _this.properties.layerId, results: features, itemId: _this.properties.itemId});
Expand Down

0 comments on commit 65f20b0

Please sign in to comment.