Live update: relations ignored?
This commit is contained in:
parent
4543e16b14
commit
d611d517a7
2 changed files with 5 additions and 2 deletions
|
@ -154,7 +154,7 @@ public class BinaryMapDataObject {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void setTypes(int[] types) {
|
public void setTypes(int[] types) {
|
||||||
this.types = types;
|
this.types = types;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -718,6 +718,9 @@ public abstract class MapRenderingTypes {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Map<String, String> getRelationNames() {
|
||||||
|
return relationNames;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue