Compare commits

...

1 commit

Author SHA1 Message Date
ivanPyrohivskyi
d611d517a7 Live update: relations ignored? 2021-03-26 10:18:12 +02:00
2 changed files with 5 additions and 2 deletions

View file

@ -154,7 +154,7 @@ public class BinaryMapDataObject {
this.id = id;
}
protected void setTypes(int[] types) {
public void setTypes(int[] types) {
this.types = types;
}

View file

@ -717,7 +717,10 @@ public abstract class MapRenderingTypes {
return false;
return true;
}
public Map<String, String> getRelationNames() {
return relationNames;
}
}