add MapElement.toString()
This commit is contained in:
parent
d8e23fbafe
commit
96b512c831
@ -47,4 +47,11 @@ public class MapElement extends GeometryBuffer {
|
||||
public void clear() {
|
||||
super.clear();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
return tags.toString() + '\n' + super.toString() + '\n';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user