Skip to content

Instantly share code, notes, and snippets.

@elijahzarlin
Created July 18, 2019 18:04
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 elijahzarlin/504c25f1c095266048ae2fc519347534 to your computer and use it in GitHub Desktop.
Save elijahzarlin/504c25f1c095266048ae2fc519347534 to your computer and use it in GitHub Desktop.
let theinterval = setInterval(function() {
map.setFilter('radarpolygon', ['==', 'idx', currentidx]);
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment