Skip to content

Instantly share code, notes, and snippets.

@bhousel
Last active August 29, 2015 14:15
Show Gist options
  • Save bhousel/abc5d7f5f0bb1bc0d820 to your computer and use it in GitHub Desktop.
Save bhousel/abc5d7f5f0bb1bc0d820 to your computer and use it in GitHub Desktop.
#iD debug mode - show ids instead of names
iD.util.displayName = function(entity) { return entity.id; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment