We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like this validation is getting called without a valid graph parameter.
graph
[Error] TypeError: graph.transient is not a function. (In 'graph.transient(this, 'geometry', function() { return this.isArea() ? 'area' : 'line'; })', 'graph.transient' is undefined) geometry (iD.js:32066) isBuilding (iD.js:64587) checkUnsquareWay (iD.js:64594) (anonymous function) (iD.js:64806) forEach changeSquareThreshold (iD.js:64805) changeSquare (iD.js:99825) (anonymous function) (iD.js:7947)
The text was updated successfully, but these errors were encountered:
d5da5a6
quincylvania
No branches or pull requests
Seems like this validation is getting called without a valid
graph
parameter.The text was updated successfully, but these errors were encountered: