Preparation for touch icons
This commit is contained in:
parent
1e2f12c070
commit
119a7796ee
1 changed files with 2 additions and 2 deletions
|
@ -351,8 +351,8 @@ public class NativeLibrary {
|
|||
public static class RenderedObject extends MapObject {
|
||||
private Map<String, String> tags = new LinkedHashMap<>();
|
||||
private QuadRect bbox = new QuadRect();
|
||||
private TIntArrayList x;
|
||||
private TIntArrayList y;
|
||||
private TIntArrayList x = new TIntArrayList();
|
||||
private TIntArrayList y = new TIntArrayList();
|
||||
|
||||
public Map<String, String> getTags() {
|
||||
return tags;
|
||||
|
|
Loading…
Reference in a new issue