Last active
August 29, 2015 14:15
-
-
Save bhousel/abc5d7f5f0bb1bc0d820 to your computer and use it in GitHub Desktop.
#iD debug mode - show ids instead of names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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