cucumber: change syntax of node maps
This commit is contained in:
committed by
Moritz Kobitzsch
parent
d47d03c15b
commit
7cbb1807e7
@@ -113,6 +113,10 @@ class Node {
|
||||
addTag (k, v) {
|
||||
this.tags[k] = v;
|
||||
}
|
||||
|
||||
setID (id ) {
|
||||
this.id = id;
|
||||
}
|
||||
}
|
||||
|
||||
class Way {
|
||||
|
||||
Reference in New Issue
Block a user