Compare commits
1 commit
master
...
live_10570
Author | SHA1 | Date | |
---|---|---|---|
|
d611d517a7 |
2 changed files with 5 additions and 2 deletions
|
@ -154,7 +154,7 @@ public class BinaryMapDataObject {
|
|||
this.id = id;
|
||||
}
|
||||
|
||||
protected void setTypes(int[] types) {
|
||||
public void setTypes(int[] types) {
|
||||
this.types = types;
|
||||
}
|
||||
|
||||
|
|
|
@ -717,7 +717,10 @@ public abstract class MapRenderingTypes {
|
|||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
public Map<String, String> getRelationNames() {
|
||||
return relationNames;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue