Skip to content

Instantly share code, notes, and snippets.

@odoe
Created August 31, 2015 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odoe/01e603d5259f3337d847 to your computer and use it in GitHub Desktop.
Save odoe/01e603d5259f3337d847 to your computer and use it in GitHub Desktop.
var layerView = view.getLayerView(fLayer);
var count = layerView.graphics.filter(function(x) {
return view.extent.contains(x.geometry);
}).length;
console.log(count); // yay!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment