Fix transport layer rotation bug
This commit is contained in:
parent
b4ab9fa96f
commit
d3ceff3bc6
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class TransportStopsLayer extends OsmandMapLayer implements ContextMenuLa
|
|||
|
||||
@Override
|
||||
public boolean drawInScreenPixels() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue