Skip to content

Instantly share code, notes, and snippets.

@ffflabs
Created June 5, 2014 19:36
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 ffflabs/1a18fa77e7ee1c3a212f to your computer and use it in GitHub Desktop.
Save ffflabs/1a18fa77e7ee1c3a212f to your computer and use it in GitHub Desktop.
globalmap.conn.on('trackedEvent', function (thisEvent) {
var ladata = thisEvent.event_details;
switch (thisEvent.event_name) {
case 'updateVisibility':
instaGIS.updateVisibility(ladata);
break;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment